Merge pull request #254986 from fabaff/pynetgear-bump

python311Packages.pynetgear: 0.10.9 -> 0.10.10
This commit is contained in:
Nick Cao 2023-09-13 14:58:33 -04:00 committed by GitHub
commit a1097ba9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [