python3Packages.mistral-common: 1.8.5 -> 1.8.8 (#445028)

This commit is contained in:
OTABI Tomoya
2026-01-14 15:22:21 +00:00
committed by GitHub
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "mistral-common";
version = "1.8.5";
version = "1.8.8";
pyproject = true;
src = fetchFromGitHub {
owner = "mistralai";
repo = "mistral-common";
tag = "v${version}";
hash = "sha256-k0En4QHQGzuUm6kdAyPQhbCrmwX3ay/xJ/ktCxiZIBk=";
hash = "sha256-rvW2idAqdCZi7+DsHJXczJKbfceZQ4lQyHScLOqxFIc=";
};
build-system = [ setuptools ];