Merge pull request #276308 from happysalada/update_openllm

python311Packages.openllm-core: 0.4.22 -> 0.4.41
This commit is contained in:
Yt 2023-12-24 05:22:02 +00:00 committed by GitHub
commit 7a914dd149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "openllm-core";
version = "0.4.22";
version = "0.4.41";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "bentoml";
repo = "OpenLLM";
rev = "refs/tags/v${version}";
hash = "sha256-Hgwc4rneY0d7KZHuBIWRpndLksts5DTvaYuwZOO4sdI=";
hash = "sha256-9mr6sw4/h5cYSmo1CDT2SKq4NVz1ZcoyqnYOwhlfaiQ=";
};
sourceRoot = "source/openllm-core";