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
This commit is contained in:
Fabian Affolter
2024-05-17 15:50:55 +02:00
committed by Martin Weinelt
parent 7b1905674b
commit f7d4d2df5c
@@ -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 ];