From d5326bc21787f9ea88d15fbe214bb15309f80efa Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 18 Nov 2024 15:39:48 -0500 Subject: [PATCH] llm: 0.17.1 -> 0.19 Diff: https://github.com/simonw/llm/compare/refs/tags/0.17.1...0.18 Changelog: https://github.com/simonw/llm/releases/tag/0.18 --- 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 568c57683215..10c19142e2c0 100644 --- a/pkgs/development/python-modules/llm/default.nix +++ b/pkgs/development/python-modules/llm/default.nix @@ -22,7 +22,7 @@ let llm = buildPythonPackage rec { pname = "llm"; - version = "0.17.1"; + version = "0.19"; pyproject = true; build-system = [ setuptools ]; @@ -33,7 +33,7 @@ let owner = "simonw"; repo = "llm"; rev = "refs/tags/${version}"; - hash = "sha256-6OO0SIIxChM5HRJoUM4CYGbsINmc3i+iyL/oahLHhrY="; + hash = "sha256-FlE4VtvCvlNMJCf7qPrvQzJn9HcN/7UwH/UNL0XP618="; }; patches = [ ./001-disable-install-uninstall-commands.patch ];