python3Packages.mozart-api: 5.3.1.108.1 -> 5.3.1.108.2

This commit is contained in:
R. Ryantm
2026-03-12 20:56:19 +00:00
parent a6ef64ca72
commit 8544b6ea3f
@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "mozart-api";
version = "5.3.1.108.1";
version = "5.3.1.108.2";
pyproject = true;
src = fetchPypi {
pname = "mozart_api";
inherit version;
hash = "sha256-e4tlcwYC1AQA29uPg+UgFcy2ahIZuIaNlhicJiemVgo=";
hash = "sha256-ilUSGgc4m6iMBUuSI7qt7c4DAE8cOPTzLGeQ4JQAB8U=";
};
build-system = [ poetry-core ];