python312Packages.pyduotecno: 2024.5.1 -> 2024.9.0

This commit is contained in:
R. Ryantm
2024-09-20 20:05:53 +00:00
parent fed418aaf1
commit cf7a6f79f1
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyduotecno";
version = "2024.5.1";
version = "2024.9.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "pyDuotecno";
rev = "refs/tags/${version}";
hash = "sha256-huzv7f1Aq/n3cD9S4oXqGQogq7VpPpzAUqkOhiB879A=";
hash = "sha256-h4OB4V4O645QAPdtO+OtLWffTuA7xlzIveIl+Cyhg3w=";
};
build-system = [ setuptools ];