Skip to content

Commit 28328df

Browse files
committed
python313Packages.pyflick: 1.1.2 -> 1.1.3
https://github.com/ZephireNZ/PyFlick/releases/tag/v1.1.3
1 parent 76563d7 commit 28328df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyflick/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyflick";
14-
version = "1.1.2";
14+
version = "1.1.3";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "ZephireNZ";
1919
repo = "PyFlick";
2020
tag = "v${version}";
21-
hash = "sha256-Csm5gXMIGEhHgzN/7sO/1iM/wZklI2Jc0C69tgYWxnQ=";
21+
hash = "sha256-JROtklRimr6I1/6+yYaDL6rNGSj7O15nI/C9ZSj6eFo=";
2222
};
2323

2424
pythonRelaxDeps = [ "aiohttp" ];

0 commit comments

Comments
 (0)