python312Packages.monzopy: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2024-08-09 18:39:22 +00:00
parent 07d1d6a204
commit 962b1606b0

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "monzopy";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "JakeMartin-ICL";
repo = "monzopy";
rev = "refs/tags/v${version}";
hash = "sha256-AoBfcQ0rilUPMvLCjU2Y+P/wVnb+I40vmq+5lS5eSto=";
hash = "sha256-9Gj0312NOumoIWN/ES+dgPL3IblgvBSCPZA97OKuhZQ=";
};
build-system = [ setuptools ];