From 264bef7edb35e4c70f510a99e6a8b50c2a20ed3a Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Tue, 27 May 2025 06:17:29 -0700 Subject: [PATCH] python3Packages.llm-mistral: 0.12 -> 0.13 Diff: https://github.com/simonw/llm-mistral/compare/refs/tags/0.12...refs/tags/0.13 Changelog: https://github.com/simonw/llm-mistral/releases/tag/0.13/CHANGELOG.md --- pkgs/development/python-modules/llm-mistral/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llm-mistral/default.nix b/pkgs/development/python-modules/llm-mistral/default.nix index 016ca52b1c19..f65ed893d367 100644 --- a/pkgs/development/python-modules/llm-mistral/default.nix +++ b/pkgs/development/python-modules/llm-mistral/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "llm-mistral"; - version = "0.12"; + version = "0.13"; pyproject = true; src = fetchFromGitHub { owner = "simonw"; repo = "llm-mistral"; tag = version; - hash = "sha256-oNA5NFI4BZMG/V+eSHfuF/JKBX2Xr/L8EK+mf7KjPD0="; + hash = "sha256-u7Q+WJEtetapNo8WtdbnPKLZK3Q8YBjQcpZgGrK29Ic="; }; build-system = [