python312Packages.mozart-api: 3.4.1.8.6 -> 3.4.1.8.7

This commit is contained in:
R. Ryantm 2024-09-04 03:13:58 +00:00
parent eadea83adb
commit fc1720a9c4

View File

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