3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #278246 from r-ryantm/auto-update/python310Packages.bentoml

python310Packages.bentoml: 1.1.10 -> 1.1.11
This commit is contained in:
Yt 2024-01-02 12:45:24 +01:00 committed by GitHub
commit ee291783e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@
}: }:
let let
version = "1.1.10"; version = "1.1.11";
aws = [ fs-s3fs ]; aws = [ fs-s3fs ];
grpc = [ grpc = [
grpcio grpcio
@ -105,7 +105,7 @@ buildPythonPackage {
owner = "bentoml"; owner = "bentoml";
repo = "BentoML"; repo = "BentoML";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-QUp0ISVcOOtpQtOwT8Ii83J1VzAQoWlQzT1maGTDBSE="; hash = "sha256-2EjltGfmLalgPD9XNYYduYGzqbumqoglVVL+AbRzMJE=";
}; };
# https://github.com/bentoml/BentoML/pull/4227 should fix this test # https://github.com/bentoml/BentoML/pull/4227 should fix this test