python311Packages.pysnmplib: 5.0.21 -> 5.0.23

Diff: https://github.com/pysnmp/pysnmp/compare/refs/tags/v5.0.21...v5.0.23

Changelog: https://github.com/pysnmp/pysnmp/releases/tag/v5.0.23
This commit is contained in:
Fabian Affolter 2023-11-29 10:52:29 +01:00
parent edfc8acaaf
commit 93fbbbe439

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysnmplib";
version = "5.0.21";
version = "5.0.23";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pysnmp";
repo = "pysnmp";
rev = "refs/tags/v${version}";
hash = "sha256-ejRIlRxDbdZgy7wHilSzunRTGn1uO6YLLmLxNrrHKss=";
hash = "sha256-1h87fqaWMJN25SOD0xOkP3PFm1GPK99sT0o6ILCFVUI=";
};
nativeBuildInputs = [