python311Packages.bentoml: 1.1.4 -> 1.1.6
This commit is contained in:
parent
fd6901755d
commit
6b153bfe2a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user