about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-05-19 11:17:58 +0200
committerGitHub <noreply@github.com>2024-05-19 11:17:58 +0200
commita03b29bae2bab65bc0fc11d1d3e5d292de8c6826 (patch)
tree02e938bb811240ae62d6457cace45980897455af /pkgs
parentf1f76aadd87228587f6769d0c307e367d161959f (diff)
parente621565f8374130c0658a41ccb801b02136443aa (diff)
Merge pull request #312783 from r-ryantm/auto-update/python311Packages.pyduotecno
python311Packages.pyduotecno: 2024.5.0 -> 2024.5.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyduotecno/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyduotecno/default.nix b/pkgs/development/python-modules/pyduotecno/default.nix
index da84cb7bffe3d..e8ea8acf0c4cf 100644
--- a/pkgs/development/python-modules/pyduotecno/default.nix
+++ b/pkgs/development/python-modules/pyduotecno/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "pyduotecno";
-  version = "2024.5.0";
+  version = "2024.5.1";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "Cereal2nd";
     repo = "pyDuotecno";
     rev = "refs/tags/${version}";
-    hash = "sha256-59dwSr/IlNmHoJnPEBTR2FOXZ8JiFIo1V69/r0yxKNM=";
+    hash = "sha256-huzv7f1Aq/n3cD9S4oXqGQogq7VpPpzAUqkOhiB879A=";
   };
 
   build-system = [ setuptools ];