From 414b770ca537b8e1d66c1f3b10300c694e1379c5 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Thu, 29 May 2025 11:36:38 -0700 Subject: [PATCH] python3Packages.llm-mistral: 0.13 -> 0.14 Diff: https://github.com/simonw/llm-mistral/compare/refs/tags/0.13...refs/tags/0.14 Changelog: https://github.com/simonw/llm-mistral/releases/tag/0.14/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 f65ed893d367..1aa42abacc6e 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.13"; + version = "0.14"; pyproject = true; src = fetchFromGitHub { owner = "simonw"; repo = "llm-mistral"; tag = version; - hash = "sha256-u7Q+WJEtetapNo8WtdbnPKLZK3Q8YBjQcpZgGrK29Ic="; + hash = "sha256-NuiqRA/SCjGq0hJsnHJ/vgdncIKu3oE9WqWGht7QRMc="; }; build-system = [