python312Packages.mozart-api: 3.4.1.8.7 -> 3.4.1.8.8 (#343387)

This commit is contained in:
Nick Cao 2024-09-21 09:21:40 -04:00 committed by GitHub
commit 2f429cfba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];