lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.libpyfoscamcgi: 0.0.6 -> 0.0.7

R. Ryantm 3a96cf79 8766d9c4

+2 -2
+2 -2
pkgs/development/python-modules/libpyfoscamcgi/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "libpyfoscamcgi"; 11 - version = "0.0.6"; 11 + version = "0.0.7"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Foscam-wangzhengyu"; 16 16 repo = "libfoscamcgi"; 17 17 tag = "v${version}"; 18 - hash = "sha256-L9QGXBEK1cehP/eJ2++Um4WCgQMG5Rv8UAnZg4Mfwu4="; 18 + hash = "sha256-QthzyMdZ2iberDmbeqf6MaUv8lH5xhlZLL8ZAlapvIk="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];