about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-17 09:09:09 +0200
committerMartin Weinelt <mweinelt@users.noreply.github.com>2024-05-17 15:50:55 +0200
commitf7d4d2df5cda1e90f3b7087a1d467d5ab56f27ba (patch)
tree77f86df417544166b639d06a52a98ffdac6dac8d /pkgs
parent7b1905674befce4e188c8de391e3ecc4328eacd7 (diff)
python312Packages.pyduotecno: 2024.3.2 -> 2024.5.0
Diff: https://github.com/Cereal2nd/pyDuotecno/compare/refs/tags/2024.3.2...2024.5.0

Changelog: https://github.com/Cereal2nd/pyDuotecno/releases/tag/2024.5.0
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 a52d43e06a0f3..da84cb7bffe3d 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.3.2";
+  version = "2024.5.0";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "Cereal2nd";
     repo = "pyDuotecno";
     rev = "refs/tags/${version}";
-    hash = "sha256-aak1e8NOxj7kncOyChpCEAQP1jpduhiSKDqm3mf5bqs=";
+    hash = "sha256-59dwSr/IlNmHoJnPEBTR2FOXZ8JiFIo1V69/r0yxKNM=";
   };
 
   build-system = [ setuptools ];