llm: 0.17.1 -> 0.19 (#357075)

This commit is contained in:
Arne Keller
2024-12-06 06:42:42 +01:00
committed by GitHub
@@ -22,7 +22,7 @@
let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.17.1";
version = "0.19";
pyproject = true;
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ let
owner = "simonw";
repo = "llm";
rev = "refs/tags/${version}";
hash = "sha256-6OO0SIIxChM5HRJoUM4CYGbsINmc3i+iyL/oahLHhrY=";
hash = "sha256-FlE4VtvCvlNMJCf7qPrvQzJn9HcN/7UwH/UNL0XP618=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];