python311Packages.pysnmplib: 5.0.23 -> 5.0.24

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

Changelog: https://github.com/pysnmp/pysnmp/releases/tag/v5.0.24
This commit is contained in:
Fabian Affolter 2024-01-30 20:35:26 +01:00
parent c762005190
commit 7158c4efeb

View File

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