python311Packages.pyduotecno: 2024.1.1 -> 2024.1.2

Diff: https://github.com/Cereal2nd/pyDuotecno/compare/refs/tags/2024.1.1...2024.1.2

Changelog: https://github.com/Cereal2nd/pyDuotecno/releases/tag/2024.1.2
This commit is contained in:
Fabian Affolter 2024-01-19 07:51:14 +01:00
parent ca04bd5e67
commit 75dee6f146

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyduotecno";
version = "2024.1.1";
version = "2024.1.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "pyDuotecno";
rev = "refs/tags/${version}";
hash = "sha256-+mPbx678QIV567umbmVKqBTq696pFlFXhlb4cMv54ak=";
hash = "sha256-lwtCTzZJn3bamZWbJoeiyxnzrIRZAi9JPjVgiVR0LG8=";
};
nativeBuildInputs = [