Skip to content

Commit

Permalink
beanhub-cli: 1.1.3 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Jun 23, 2024
1 parent dfdc3b0 commit f21c886
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.1.3";
version = "1.2.1";
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-vYBbaUVJAs+aIp6aQpJb62DEDxe/sQTzgOkjPq6ADoc=";
hash = "sha256-3x4H8hB5Iyk5Cyy+jwOsaOsMSD7LoAaOS8ftfnNuO0U=";
};

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

0 comments on commit f21c886

Please sign in to comment.