Merge pull request #311534 from r-ryantm/auto-update/python311Packages.llm

python311Packages.llm: 0.13.1 -> 0.14
This commit is contained in:
Matthias Beyer 2024-05-16 18:24:21 +02:00 committed by GitHub
commit 8d1243c387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.13.1";
version = "0.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ let
owner = "simonw";
repo = "llm";
rev = "refs/tags/${version}";
hash = "sha256-Nq6pduzl8IK+nA3pctst/W4ux7+P6mBFTEHMF+vtBQw=";
hash = "sha256-CgGVFUsntVkF0zORAtYQQMAeGtIwBbj9hE0Ei1OCGq4=";
};
patches = [