mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 13:33:12 +00:00
python312Packages.monzopy: 1.4.2 -> 1.5.0
Diff: https://github.com/JakeMartin-ICL/monzopy/compare/refs/tags/v1.4.2...v1.5.0 Changelog: https://github.com/JakeMartin-ICL/monzopy/releases/tag/v1.5.0
This commit is contained in:
parent
22ea194d70
commit
1c7903373c
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "monzopy";
|
pname = "monzopy";
|
||||||
version = "1.4.2";
|
version = "1.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
owner = "JakeMartin-ICL";
|
owner = "JakeMartin-ICL";
|
||||||
repo = "monzopy";
|
repo = "monzopy";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-yO0mdqdoRdyl6BDT1vBuTh83zECck3atQtdtWhQCh9s=";
|
hash = "sha256-bWuWc2+80Og9mjzgqatGeR028CD3oqwKrw/BRTz3KXg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user