python311Packages.bentoml: 1.1.4 -> 1.1.6

This commit is contained in:
R. Ryantm 2023-09-17 17:58:00 +00:00 committed by Yt
parent fd6901755d
commit 6b153bfe2a

View file

@ -68,7 +68,7 @@
}:
let
version = "1.1.4";
version = "1.1.6";
aws = [ fs-s3fs ];
grpc = [
grpcio
@ -103,8 +103,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "bentoml";
repo = "BentoML";
rev = "v${version}";
hash = "sha256-aGSw40haVGo4UpUItStsFxfgjAnY4Rhiat4qDUIINWU=";
rev = "refs/tags/v${version}";
hash = "sha256-SDahF4oAewWzCofErgYJDId/TBv74gLCxYT/jKEAgpU=";
};
pythonRelaxDeps = [