From 3863ec20e4d1c520b77fe3f491e9fe43f12b772f Mon Sep 17 00:00:00 2001 From: mana-byte Date: Fri, 16 Jan 2026 23:01:32 +0100 Subject: [PATCH] python3Packages.mistralai: 1.10.0 -> 1.10.1 --- pkgs/development/python-modules/mistralai/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/mistralai/default.nix b/pkgs/development/python-modules/mistralai/default.nix index dbbc358e16a9..9af13cc9e469 100644 --- a/pkgs/development/python-modules/mistralai/default.nix +++ b/pkgs/development/python-modules/mistralai/default.nix @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system - poetry-core, + hatchling, # dependencies eval-type-backport, @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "mistralai"; - version = "1.10.0"; + version = "1.10.1"; pyproject = true; src = fetchFromGitHub { owner = "mistralai"; repo = "client-python"; tag = "v${version}"; - hash = "sha256-B7ZJTwykFnOibTJL5AP3eKT15rLgAJ1hc53BL9TR0CM="; + hash = "sha256-y1et8Ez5TAge0kk/a9fA1zcgPStYf+6aO19OLhMGk/8="; }; preBuild = '' @@ -47,7 +47,7 @@ buildPythonPackage rec { ''; build-system = [ - poetry-core + hatchling ]; pythonRelaxDeps = [