python312Packages.mozart-api: 3.4.1.8.8 -> 4.1.1.116.0

Changelog: https://github.com/bang-olufsen/mozart-open-api/releases/tag/4.1.1.116.0
This commit is contained in:
Fabian Affolter 2024-10-18 00:48:01 +02:00 committed by Martin Weinelt
parent 549e4ee5a4
commit be3b1aa9d5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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