0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python311Packages.litellm: 1.34.16 -> 1.34.20

This commit is contained in:
R. Ryantm 2024-04-02 08:24:01 +00:00
parent cb1f3bcd8b
commit 3d3a23da73

View file

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.34.16";
version = "1.34.20";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-ei4fMjEL7IytpQs/szTjRNu+3TByLZLVYX7qxwjT4OQ=";
hash = "sha256-9MZOqNhrBFtflznqroRUc/B7dUgy9t5HdUW/LGYQOYw=";
};
postPatch = ''