Commit 98083422 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.bentoml: 1.3.3 -> 1.3.7

parent 75f3ee87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [