llm: 0.20 -> 0.21

This commit is contained in:
R. Ryantm
2025-02-03 08:18:50 +00:00
parent 6319929dc6
commit 1eca2b4158
@@ -22,7 +22,7 @@
let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.20";
version = "0.21";
pyproject = true;
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ let
owner = "simonw";
repo = "llm";
tag = version;
hash = "sha256-nNwhsdix65i19f7JHvSLydDufP7nAUjV1YYQspsHT8s=";
hash = "sha256-gxmhdczgbcvbWJQTy+gek499C/3jm9WL5vKZmaGVWgU=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];