python313Packages.pyflick: 1.1.2 -> 1.1.3

https://github.com/ZephireNZ/PyFlick/releases/tag/v1.1.3
This commit is contained in:
Martin Weinelt
2025-01-10 01:02:01 +01:00
parent 76563d744c
commit 28328dfb02
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyflick";
version = "1.1.2";
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ZephireNZ";
repo = "PyFlick";
tag = "v${version}";
hash = "sha256-Csm5gXMIGEhHgzN/7sO/1iM/wZklI2Jc0C69tgYWxnQ=";
hash = "sha256-JROtklRimr6I1/6+yYaDL6rNGSj7O15nI/C9ZSj6eFo=";
};
pythonRelaxDeps = [ "aiohttp" ];