0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-17 15:40:12 +03:00

python312Packages.llm: 0.19.1 -> 0.20 (#376105)

This commit is contained in:
OTABI Tomoya 2025-01-30 09:37:42 +09:00 committed by GitHub
commit 2c5477d918
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.19.1";
version = "0.20";
pyproject = true;
build-system = [ setuptools ];
@ -33,7 +33,7 @@ let
owner = "simonw";
repo = "llm";
tag = version;
hash = "sha256-MMqlcKSvBAdM6Xfz3MQTIbCfWEqzVeCPzuJJzFVpxb4=";
hash = "sha256-nNwhsdix65i19f7JHvSLydDufP7nAUjV1YYQspsHT8s=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];