Merge pull request #216272 from fabaff/pysnmplib-bump

python310Packages.pysnmplib: 5.0.20 -> 5.0.21
This commit is contained in:
Fabian Affolter
2023-02-16 11:59:44 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysnmplib";
version = "5.0.20";
version = "5.0.21";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pysnmp";
repo = "pysnmp";
rev = "refs/tags/v${version}";
hash = "sha256-SrtOn9zETtobT6nMVHLi6hP7VZGBvXvFzoThTi3ITag=";
hash = "sha256-ejRIlRxDbdZgy7wHilSzunRTGn1uO6YLLmLxNrrHKss=";
};
nativeBuildInputs = [