summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-20 11:03:04 +0100
committerGitHub <noreply@github.com>2023-01-20 11:03:04 +0100
commitc51b1f42dc18991be34556f7c36e907311996980 (patch)
tree3cf789593e12bacd8c657c969f2adfdaf5fa5761 /pkgs/development/python-modules
parentbd1c1c137966e590dd7b14aff97fa825b5f49b21 (diff)
parent4f6cc496ba5e8532fe5bdbe019ad7713422be622 (diff)
downloadnixpkgs-c51b1f42dc18991be34556f7c36e907311996980.tar
nixpkgs-c51b1f42dc18991be34556f7c36e907311996980.tar.gz
nixpkgs-c51b1f42dc18991be34556f7c36e907311996980.tar.bz2
nixpkgs-c51b1f42dc18991be34556f7c36e907311996980.tar.lz
nixpkgs-c51b1f42dc18991be34556f7c36e907311996980.tar.xz
nixpkgs-c51b1f42dc18991be34556f7c36e907311996980.tar.zst
nixpkgs-c51b1f42dc18991be34556f7c36e907311996980.zip
Merge pull request #211737 from fabaff/atenpdu-bump
python310Packages.atenpdu: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/atenpdu/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/atenpdu/default.nix b/pkgs/development/python-modules/atenpdu/default.nix
index e95e2811eda..9726239e060 100644
--- a/pkgs/development/python-modules/atenpdu/default.nix
+++ b/pkgs/development/python-modules/atenpdu/default.nix
@@ -2,25 +2,25 @@
 , buildPythonPackage
 , fetchPypi
 , async-timeout
-, pysnmp
+, pysnmplib
 , pythonOlder
 }:
 
 buildPythonPackage rec {
   pname = "atenpdu";
-  version = "0.4.0";
+  version = "0.5.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-mn44nChWy6z/B+gLc3MDndkRb2+geoojT/4AqwKpLXM=";
+    hash = "sha256-uUi6NtiHt3wWU4hrC6RNVEDBcoBCgkpwKyePq1VxO0c=";
   };
 
   propagatedBuildInputs = [
     async-timeout
-    pysnmp
+    pysnmplib
   ];
 
   # Project has no test