python310Packages.bentoml: 1.1.0 -> 1.1.1

Diff: https://github.com/bentoml/BentoML/compare/v1.1.0...v1.1.1

Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.1
This commit is contained in:
natsukium 2023-08-03 18:17:48 +09:00 committed by Yt
parent d85f641287
commit 3274c4938d

View file

@ -67,7 +67,7 @@
}: }:
let let
version = "1.1.0"; version = "1.1.1";
aws = [ fs-s3fs ]; aws = [ fs-s3fs ];
grpc = [ grpc = [
grpcio grpcio
@ -103,7 +103,7 @@ buildPythonPackage {
owner = "bentoml"; owner = "bentoml";
repo = "BentoML"; repo = "BentoML";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ZhgBw/zBazfVNPvcfAlHEGvc9hzVm7aKLXmwwvMmF0A="; hash = "sha256-V5lquPZT7XBnRdPIEfgbxIBHX+i4N081SYQVK0CkSo8=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [