about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFang-Pen Lin <hello@fangpenlin.com>2024-06-23 01:13:25 +0000
committerFang-Pen Lin <hello@fangpenlin.com>2024-06-28 17:47:41 +0000
commit370fe1292e4c27052a9d866f7527faaa73b394ef (patch)
treeaf87c2758c6ae780cd76cc1304176c87144ec23e
parentad7883f1fa35663091a9d237d01917fd43fe34fc (diff)
beanhub-cli: 1.1.3 -> 1.2.2
-rw-r--r--pkgs/development/python-modules/beanhub-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/beanhub-cli/default.nix b/pkgs/development/python-modules/beanhub-cli/default.nix
index 5573d7618a234..61d95d881245d 100644
--- a/pkgs/development/python-modules/beanhub-cli/default.nix
+++ b/pkgs/development/python-modules/beanhub-cli/default.nix
@@ -25,7 +25,7 @@
 
 buildPythonPackage rec {
   pname = "beanhub-cli";
-  version = "1.1.3";
+  version = "1.2.2";
   pyproject = true;
 
   disabled = pythonOlder "3.10";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
     owner = "LaunchPlatform";
     repo = "beanhub-cli";
     rev = "refs/tags/${version}";
-    hash = "sha256-vYBbaUVJAs+aIp6aQpJb62DEDxe/sQTzgOkjPq6ADoc=";
+    hash = "sha256-ZN384KN6+pkDDsCk825sr+LsArQ5Vaf09ASLN8IemhM=";
   };
 
   build-system = [ poetry-core ];