From 965224e69c111985c1d60d2cb4efb50591aae9af Mon Sep 17 00:00:00 2001 From: Dionysis Grigoropoulos Date: Thu, 14 Aug 2025 00:34:36 +0300 Subject: [PATCH] llm: 0.26 -> 0.27.1 Diff: https://github.com/simonw/llm/compare/0.26...0.27.1 Changelog: https://github.com/simonw/llm/releases/tag/0.27.1 --- pkgs/development/python-modules/llm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llm/default.nix b/pkgs/development/python-modules/llm/default.nix index 5719e19c0ab6..7b8098c86227 100644 --- a/pkgs/development/python-modules/llm/default.nix +++ b/pkgs/development/python-modules/llm/default.nix @@ -165,7 +165,7 @@ let llm = buildPythonPackage rec { pname = "llm"; - version = "0.26"; + version = "0.27.1"; pyproject = true; build-system = [ setuptools ]; @@ -176,7 +176,7 @@ let owner = "simonw"; repo = "llm"; tag = version; - hash = "sha256-KTlNajuZrR0kBX3LatepsNM3PfRVsQn+evEfXTu6juE="; + hash = "sha256-HWzuPhI+oiCKBeiHK7x9Sc54ZB88Py60FzprMLlZGrY="; }; patches = [ ./001-disable-install-uninstall-commands.patch ];