python312Packages.mozart-api: 4.1.1.116.4 -> 4.1.1.116.5

This commit is contained in:
R. Ryantm
2025-01-19 11:18:42 +00:00
parent 4a21427ac9
commit d9ad310cbd
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "mozart-api";
version = "4.1.1.116.4";
version = "4.1.1.116.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "mozart_api";
inherit version;
hash = "sha256-9yg02AQdHMR/Yz0dpjSb3umdNRNTo7S04Q2BY/vu7WQ=";
hash = "sha256-4ALRG0yKCRwztQ9A6fMVaht6c8tDrMSh+CfsLRZbdcw=";
};
build-system = [ poetry-core ];