Skip to content

Commit

Permalink
Merge pull request #328594 from r-ryantm/auto-update/beanhub-cli
Browse files Browse the repository at this point in the history
beanhub-cli: 1.2.2 -> 1.2.3
  • Loading branch information
NickCao authored Jul 20, 2024
2 parents b836ee6 + 510ff7e commit 25fdf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/beanhub-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "beanhub-cli";
version = "1.2.2";
version = "1.2.3";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-cli";
rev = "refs/tags/${version}";
hash = "sha256-ZN384KN6+pkDDsCk825sr+LsArQ5Vaf09ASLN8IemhM=";
hash = "sha256-oHlI3hloquD86fHr3AgwW5SqKxUw2gphP76wi6mCy44=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 25fdf13

Please sign in to comment.