python311Packages.pyduotecno: 2023.8.4 -> 2023.9.0

Diff: https://github.com/Cereal2nd/pyDuotecno/compare/refs/tags/2023.8.4...2023.9.0

Changelog: https://github.com/Cereal2nd/pyDuotecno/releases/tag/2023.9.0
This commit is contained in:
Fabian Affolter 2023-09-27 10:11:38 +02:00
parent 4d3a8e215a
commit 1e7d2cecef

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyduotecno"; pname = "pyduotecno";
version = "2023.8.4"; version = "2023.9.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd"; owner = "Cereal2nd";
repo = "pyDuotecno"; repo = "pyDuotecno";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-VDDDG/D21yumWmcTC0mwXoGItB7OTdVCcjo01W1YZXY="; hash = "sha256-UPyx/e06N2cAct6/r1y5LXAzKwANQ/ZpADQsjxBv6/Q=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [