mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python3Packages.bentoml: 1.3.3 -> 1.3.7
https://github.com/bentoml/BentoML/releases/tag/v1.3.7
This commit is contained in:
parent
75f3ee8709
commit
9808342259
@ -74,7 +74,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.3.3";
|
||||
version = "1.3.7";
|
||||
aws = [ fs-s3fs ];
|
||||
grpc = [
|
||||
grpcio
|
||||
@ -128,7 +128,7 @@ buildPythonPackage {
|
||||
owner = "bentoml";
|
||||
repo = "BentoML";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-PjmXPSPukLJ+iCpBdUynhcWCfFqplmdsgj0LYpodE/c=";
|
||||
hash = "sha256-98SVW7f/Yn+NMfS6UIicQcoatMSm4XSJzbuJ0S/p3sg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user