From a72355f07e8cf868a88e100e439e420cdeee74da Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Feb 2025 06:57:32 +0000 Subject: [PATCH] llm: 0.21 -> 0.22 --- pkgs/development/python-modules/llm/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/llm/default.nix b/pkgs/development/python-modules/llm/default.nix index 55f2c36de8d1..673cb8d99eca 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.21"; + version = "0.22"; pyproject = true; build-system = [ setuptools ]; @@ -33,7 +33,7 @@ let owner = "simonw"; repo = "llm"; tag = version; - hash = "sha256-gxmhdczgbcvbWJQTy+gek499C/3jm9WL5vKZmaGVWgU="; + hash = "sha256-l4tFBCIey5cOUvJ8IXLOjslc1zy9MnuiwFFP275S/Bg="; }; patches = [ ./001-disable-install-uninstall-commands.patch ]; @@ -76,7 +76,7 @@ let meta = with lib; { homepage = "https://github.com/simonw/llm"; description = "Access large language models from the command-line"; - changelog = "https://github.com/simonw/llm/releases/tag/${version}"; + changelog = "https://github.com/simonw/llm/releases/tag/${src.tag}"; license = licenses.asl20; mainProgram = "llm"; maintainers = with maintainers; [