pythonPackages.pysnmp: 4.4.8 -> 4.4.9
I'll maintain this package as it is currently unmaintained.
This commit is contained in:
parent
6ae9f77eed
commit
a7d8d9bf76
@ -7,12 +7,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "4.4.8";
|
version = "4.4.9";
|
||||||
pname = "pysnmp";
|
pname = "pysnmp";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1c42qicrh56m49374kxna2s2nmdwna3yqgnz16frzj0dw7vxrrhk";
|
sha256 = "0h844s9p67z50bv83wdyf577759jg0xrj99fv4yrcvhjh2byblfm";
|
||||||
};
|
};
|
||||||
|
|
||||||
# NameError: name 'mibBuilder' is not defined
|
# NameError: name 'mibBuilder' is not defined
|
||||||
@ -21,9 +21,9 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ pyasn1 pycryptodomex pysmi ];
|
propagatedBuildInputs = [ pyasn1 pycryptodomex pysmi ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pysnmp.sf.net;
|
homepage = http://snmplabs.com/pysnmp/index.html;
|
||||||
description = "A pure-Python SNMPv1/v2c/v3 library";
|
description = "A pure-Python SNMPv1/v2c/v3 library";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ koral ];
|
maintainers = with maintainers; [ primeos koral ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user