Skip to content

Commit

Permalink
Upgrade beanhub import and cli (NixOS#340145)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 6, 2024
2 parents 3c7398f + 11c2306 commit 41b98f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3";
version = "1.4.0";
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-oHlI3hloquD86fHr3AgwW5SqKxUw2gphP76wi6mCy44=";
hash = "sha256-P6XypAiMHaxOzGn+R7G6o/1c+lIOV/LqUmeRaMOVLNg=";
};

build-system = [ poetry-core ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/beanhub-import/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "beanhub-import";
version = "0.3.4";
version = "1.0.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
rev = "refs/tags/${version}";
hash = "sha256-igaW8vFUYagBfVQXL1Ulo7uhGilbOxxuyZV9Eda/Gto=";
hash = "sha256-jNwM+5On0BoCiqPfaWhHupXTQhinfobEkLbchP7OIHQ=";
};

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

0 comments on commit 41b98f9

Please sign in to comment.