From f7d4d2df5cda1e90f3b7087a1d467d5ab56f27ba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 17 May 2024 09:09:09 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/pyduotecno/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyduotecno/default.nix b/pkgs/development/python-modules/pyduotecno/default.nix index a52d43e06a0f..da84cb7bffe3 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 ];