mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.pysnmp: 4.4.11 -> 4.4.12
This commit is contained in:
parent
8de985da0f
commit
d0bffa6aaa
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysnmp";
|
||||
version = "4.4.11";
|
||||
version = "4.4.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1v7vz045pami4nx5hfvk8drarcswjclb0pfmg932x95fddbdx2zy";
|
||||
sha256 = "1acbfvpbr45i137s00mbhh21p71ywjfw3r8z0ybcmjjqz7rbwg8c";
|
||||
};
|
||||
|
||||
# NameError: name 'mibBuilder' is not defined
|
||||
|
|
Loading…
Reference in a new issue