python311Packages.pynetgear: 0.10.9 -> 0.10.10

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

Changelog: https://github.com/MatMaul/pynetgear/releases/tag/0.10.10
This commit is contained in:
Fabian Affolter
2023-09-13 16:39:04 +00:00
parent 0987c80f48
commit b7500e4e96
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pynetgear";
version = "0.10.9";
version = "0.10.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "MatMaul";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-VYiXFdUD4q6d7KraA26SFV29k53AoluCj7ACMgNQcLU=";
hash = "sha256-5Lj2cK/SOGgaPu8dI9X3Leg4dPAY7tdIHCzFnNaube8=";
};
propagatedBuildInputs = [