mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
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 {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user