about summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-08-03 18:17:48 +0900
committerYt <happysalada@tuta.io>2023-08-03 17:58:46 +0800
commit3274c4938dd1fdf72fc948edc07cf46413fab49d (patch)
tree34078abfa4492322d3ff85ac35a441112a6ce4ff
parentd85f641287e4f632e9ee3708f0af6d8a41380e36 (diff)
python310Packages.bentoml: 1.1.0 -> 1.1.1
Diff: https://github.com/bentoml/BentoML/compare/v1.1.0...v1.1.1

Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.1
-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 a48222d9c2437..0b7aee718ff6e 100644
--- a/pkgs/development/python-modules/bentoml/default.nix
+++ b/pkgs/development/python-modules/bentoml/default.nix
@@ -67,7 +67,7 @@
 }:
 
 let
-  version = "1.1.0";
+  version = "1.1.1";
   aws = [ fs-s3fs ];
   grpc = [
     grpcio
@@ -103,7 +103,7 @@ buildPythonPackage {
     owner = "bentoml";
     repo = "BentoML";
     rev = "v${version}";
-    hash = "sha256-ZhgBw/zBazfVNPvcfAlHEGvc9hzVm7aKLXmwwvMmF0A=";
+    hash = "sha256-V5lquPZT7XBnRdPIEfgbxIBHX+i4N081SYQVK0CkSo8=";
   };
 
   pythonRelaxDeps = [