llm: 0.22 -> 0.23

This commit is contained in:
R. Ryantm
2025-03-02 12:33:16 +00:00
parent 48848c773b
commit e1e8742ee3
@@ -22,7 +22,7 @@
let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.22";
version = "0.23";
pyproject = true;
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ let
owner = "simonw";
repo = "llm";
tag = version;
hash = "sha256-l4tFBCIey5cOUvJ8IXLOjslc1zy9MnuiwFFP275S/Bg=";
hash = "sha256-jUWhdLZLHgrIP7trHvLBETQ764+k4ze5Swt2HYMqg4E=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];