python312Packages.mozart-api: 3.4.1.8.7 -> 3.4.1.8.8

This commit is contained in:
R. Ryantm 2024-09-21 00:03:53 +00:00
parent fed418aaf1
commit bebbda4ec3

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "mozart-api";
version = "3.4.1.8.7";
version = "3.4.1.8.8";
pyproject = true;
disabled = pythonOlder "3.11";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "mozart_api";
inherit version;
hash = "sha256-RMhc/rFXFGt2GBium3NlPg3TYIMxvpEAb1Hqj1oVqpM=";
hash = "sha256-Lonv9f7/FSEdisKOuL+T1gKbxpog22DcNZTaK9L84Mc=";
};
build-system = [ poetry-core ];