about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bentoml
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-08-31 12:43:59 +0900
committerYt <happysalada@tuta.io>2023-09-01 07:43:27 +0800
commitec417504b06a79aa3d4335b8fd055397061e34d0 (patch)
treefc94243ba247bb5018c00228a6c39e0c96c526f5 /pkgs/development/python-modules/bentoml
parentfbf7cd5729674a0e9ca5358a9cb6dfe7c16ca6b3 (diff)
python310Packages.bentoml: 1.1.3 -> 1.1.4
Diff: https://github.com/bentoml/BentoML/compare/v1.1.3...v1.1.4

Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.4
Diffstat (limited to 'pkgs/development/python-modules/bentoml')
-rw-r--r--pkgs/development/python-modules/bentoml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bentoml/default.nix b/pkgs/development/python-modules/bentoml/default.nix
index ff3a52809946a..b09a029f307c9 100644
--- a/pkgs/development/python-modules/bentoml/default.nix
+++ b/pkgs/development/python-modules/bentoml/default.nix
@@ -68,7 +68,7 @@
 }:
 
 let
-  version = "1.1.3";
+  version = "1.1.4";
   aws = [ fs-s3fs ];
   grpc = [
     grpcio
@@ -104,7 +104,7 @@ buildPythonPackage {
     owner = "bentoml";
     repo = "BentoML";
     rev = "v${version}";
-    hash = "sha256-RJDFjFxTO7UhGZQB8flXug0xCpFdJqLlCZUu0O5W1YE=";
+    hash = "sha256-aGSw40haVGo4UpUItStsFxfgjAnY4Rhiat4qDUIINWU=";
   };
 
   pythonRelaxDeps = [