about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-21 10:40:06 +0200
committerGitHub <noreply@github.com>2023-10-21 10:40:06 +0200
commit08502bb320b7a74e06fbe4717cfd29089c1a50c9 (patch)
tree6e9f3877f39c5b1dcbaf68d9580fa5e6f447f818
parentff555382343b6327a6720c2b54255bd0ad709947 (diff)
parentc0a381b20a6f4eb7d89f3e2a628ec4a3e3d0d067 (diff)
Merge pull request #262306 from r-ryantm/auto-update/python311Packages.pyduotecno
python311Packages.pyduotecno: 2023.10.0 -> 2023.10.1
-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 e61e725a80a1b..17fd2d78885c4 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 = "2023.10.0";
+  version = "2023.10.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "Cereal2nd";
     repo = "pyDuotecno";
     rev = "refs/tags/${version}";
-    hash = "sha256-GxCqWgw4OdhJUMsGzCZnl6KYH7HQpGyV7zXMxbShHlg=";
+    hash = "sha256-fDooQb1i9rgzDZBzZ+lYb0WUYC8JNPEYk5DJ9wtS2Dg=";
   };
 
   nativeBuildInputs = [