python3Packages.libpyfoscamcgi: 0.0.7 -> 0.0.8

This commit is contained in:
R. Ryantm
2025-10-17 04:57:45 +00:00
parent 5d1f6df5e1
commit 3fa4025f7a
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "libpyfoscamcgi";
version = "0.0.7";
version = "0.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "Foscam-wangzhengyu";
repo = "libfoscamcgi";
tag = "v${version}";
hash = "sha256-QthzyMdZ2iberDmbeqf6MaUv8lH5xhlZLL8ZAlapvIk=";
hash = "sha256-5sgCKlgtS3PWh9osY1X9UzG1DAi3/ipIf+5gf5jF0vQ=";
};
build-system = [ setuptools ];