cine: 1.4.1 -> 1.5.1

This commit is contained in:
R. Ryantm
2026-06-05 03:06:01 +00:00
parent fcfb4d2c1c
commit 73b42f0661
+2 -2
View File
@@ -19,14 +19,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "cine";
version = "1.4.1";
version = "1.5.1";
pyproject = false;
src = fetchFromGitHub {
owner = "diegopvlk";
repo = "Cine";
tag = "v${finalAttrs.version}";
hash = "sha256-XB7DrFASIivCDvcNnuiVRI4xnkj0rOzHnD5z1AugGdQ=";
hash = "sha256-p+jlza4FKXfONYLXQKIxoP62KLKau9A8qVmHRQHq2GM=";
fetchSubmodules = true;
};