llm: 0.20 -> 0.21 (#379054)

This commit is contained in:
Nick Cao
2025-02-03 17:54:56 -05:00
committed by GitHub
@@ -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 ];