3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pysnmplib: 5.0.19 -> 5.0.20

Changelog: https://github.com/pysnmp/pysnmp/releases/tag/v5.0.20
This commit is contained in:
Fabian Affolter 2022-11-22 21:43:13 +01:00
parent bc4b3e2851
commit 791238f17f

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysnmplib";
version = "5.0.19";
version = "5.0.20";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pysnmp";
repo = "pysnmp";
rev = "refs/tags/v${version}";
hash = "sha256-xplQ12LLtTsU1AfEmWDwpbTK9NBxoLIfpF/QzA8Xot0=";
hash = "sha256-SrtOn9zETtobT6nMVHLi6hP7VZGBvXvFzoThTi3ITag=";
};
nativeBuildInputs = [