python3Packages.mistral-common: 1.5.4 -> 1.5.6

This commit is contained in:
R. Ryantm
2025-05-30 00:24:04 +00:00
parent 9709fef3cb
commit aa61026184
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "mistral-common";
version = "1.5.4";
version = "1.5.6";
pyproject = true;
src = fetchPypi {
pname = "mistral_common";
inherit version;
hash = "sha256-CvQSSrCdFAl2HpHsYWgUdogtRvlBjuqJCNOcASIuD2s=";
hash = "sha256-TauSQwaEMhFKFfLEb/SRagViCnIrDfjetJ3POD+34r8=";
};
pythonRelaxDeps = [