about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-14 12:52:22 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-14 12:52:22 +0100
commit0ef86487fd01010a10aa633efbb79d968f388a8c (patch)
tree1b5a2c8196c0c672b7806fc3a2c858e84b05e4c3
parent48418588a5b6c2e9a2b1b706eca7fd44b702944e (diff)
python310Packages.atenpdu: 0.3.5 -> 0.3.6
-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 185f64d58f6e2..cb2c01d1ff4b0 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.3.5";
+  version = "0.3.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-MGxlzAEcd2EzIjAjY7/1xg1ZQhyL7dcFmCzfY9+jGJ4=";
+    hash = "sha256-cl7PZdIdLGvoYd5x7QyjkTBc+pVB9F7En9sxcUoX34Q=";
   };
 
   propagatedBuildInputs = [