python310Packages.pynetgear: 0.10.8 -> 0.10.9

Diff: https://github.com/MatMaul/pynetgear/compare/refs/tags/0.10.8...0.10.9

Changelog: https://github.com/MatMaul/pynetgear/releases/tag/0.10.9
This commit is contained in:
Fabian Affolter 2022-12-29 11:39:05 +01:00
parent f50d8492e4
commit 9a189df056

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pynetgear";
version = "0.10.8";
version = "0.10.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "MatMaul";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-cffaXYoMBICfevoRnm3n0/qfD/Arz4TZeGihhIMmUcI=";
hash = "sha256-VYiXFdUD4q6d7KraA26SFV29k53AoluCj7ACMgNQcLU=";
};
propagatedBuildInputs = [