python311Packages.pyduotecno: 2023.10.1 -> 2023.11.0

Diff: https://github.com/Cereal2nd/pyDuotecno/compare/refs/tags/2023.10.1...2023.11.0

Changelog: https://github.com/Cereal2nd/pyDuotecno/releases/tag/2023.11.0
This commit is contained in:
Fabian Affolter 2023-11-03 22:51:12 +01:00
parent 116a53bea2
commit 04da962fdf

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyduotecno";
version = "2023.10.1";
version = "2023.11.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "pyDuotecno";
rev = "refs/tags/${version}";
hash = "sha256-fDooQb1i9rgzDZBzZ+lYb0WUYC8JNPEYk5DJ9wtS2Dg=";
hash = "sha256-XtNaghYVoE28Dp6YY92SNy0Zw2BxZLYX83EzUSvx/HM=";
};
nativeBuildInputs = [