python3Packages.mistral-common: 1.11.2 -> 1.11.3 (#531080)

This commit is contained in:
Nick Cao
2026-06-12 19:34:05 +00:00
committed by GitHub
@@ -38,14 +38,14 @@
buildPythonPackage (finalAttrs: {
pname = "mistral-common";
version = "1.11.2";
version = "1.11.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mistralai";
repo = "mistral-common";
tag = "v${finalAttrs.version}";
hash = "sha256-EXdZcBR61GNye8LqwIqRO8lP1lK6fqPJufWFO9XkkYQ=";
hash = "sha256-9NeJqv7m7vT/lI6mV9QbAsrLUcxO4Wr+QgKfz6RWtsM=";
};
build-system = [