From a7d8d9bf76a44383e13a0afe0cfd6691afc0223a Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 9 Feb 2019 23:36:51 +0100 Subject: pythonPackages.pysnmp: 4.4.8 -> 4.4.9 I'll maintain this package as it is currently unmaintained. --- pkgs/development/python-modules/pysnmp/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pysnmp/default.nix b/pkgs/development/python-modules/pysnmp/default.nix index 38ea31a19d47..f4d6ceea8dd0 100644 --- a/pkgs/development/python-modules/pysnmp/default.nix +++ b/pkgs/development/python-modules/pysnmp/default.nix @@ -7,12 +7,12 @@ }: buildPythonPackage rec { - version = "4.4.8"; + version = "4.4.9"; pname = "pysnmp"; src = fetchPypi { inherit pname version; - sha256 = "1c42qicrh56m49374kxna2s2nmdwna3yqgnz16frzj0dw7vxrrhk"; + sha256 = "0h844s9p67z50bv83wdyf577759jg0xrj99fv4yrcvhjh2byblfm"; }; # NameError: name 'mibBuilder' is not defined @@ -21,9 +21,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ pyasn1 pycryptodomex pysmi ]; meta = with stdenv.lib; { - homepage = http://pysnmp.sf.net; + homepage = http://snmplabs.com/pysnmp/index.html; description = "A pure-Python SNMPv1/v2c/v3 library"; license = licenses.bsd2; - maintainers = with maintainers; [ koral ]; + maintainers = with maintainers; [ primeos koral ]; }; } -- cgit 1.4.1