python310Packages.pysnmp-pyasn1: 1.1.2 -> 1.1.3

Diff: https://github.com/pysnmp/pyasn1/compare/v1.1.2...v1.1.3
This commit is contained in:
Fabian Affolter
2023-02-22 01:00:11 +01:00
parent 8260d35eb9
commit 4310eb5b9d
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pysnmp-pyasn1";
version = "1.1.2";
version = "1.1.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pysnmp";
repo = "pyasn1";
rev = "v${version}";
hash = "sha256-R4reMwVcJBTfTEHUk6sSUugsEPuKIziH1WbjMakP/dA=";
hash = "sha256-W74aWMqGlat+aZfhbP1cTKRz7SomHdGwfK5yJwxgyqI=";
};
nativeBuildInputs = [