python311Packages.pyduotecno: 2023.9.0 -> 2023.10.0
Diff: https://github.com/Cereal2nd/pyDuotecno/compare/refs/tags/2023.9.0...2023.10.0 Changelog: https://github.com/Cereal2nd/pyDuotecno/releases/tag/2023.10.0
This commit is contained in:
parent
0ccfba07f2
commit
474ea784dc
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyduotecno";
|
pname = "pyduotecno";
|
||||||
version = "2023.9.0";
|
version = "2023.10.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-UPyx/e06N2cAct6/r1y5LXAzKwANQ/ZpADQsjxBv6/Q=";
|
hash = "sha256-GxCqWgw4OdhJUMsGzCZnl6KYH7HQpGyV7zXMxbShHlg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue