about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-22 09:55:09 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-22 09:55:09 +0200
commitb7fe0de9740cb253c0f1b48c8943a392489a8914 (patch)
treeb6ceefe2339ef870bc4c3e721cc88c0c3145ed29
parentf362b87edfca438b3d2e03e68e66a9d09d30bb29 (diff)
python310Packages.atenpdu: 0.5.0 -> 0.6.0
-rw-r--r--pkgs/development/python-modules/atenpdu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/atenpdu/default.nix b/pkgs/development/python-modules/atenpdu/default.nix
index 9726239e06093..211466c085c40 100644
--- a/pkgs/development/python-modules/atenpdu/default.nix
+++ b/pkgs/development/python-modules/atenpdu/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "atenpdu";
-  version = "0.5.0";
+  version = "0.6.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-uUi6NtiHt3wWU4hrC6RNVEDBcoBCgkpwKyePq1VxO0c=";
+    hash = "sha256-E/cRjbispHiS38BdIvOKD4jOFrDmpx8L4eAlMV8Re70=";
   };
 
   propagatedBuildInputs = [