Unverified Commit 41b98f90 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Upgrade beanhub import and cli (#340145)

parents 3c7398fe 11c2306f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

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

  disabled = pythonOlder "3.10";
@@ -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 ];
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

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

  disabled = pythonOlder "3.9";
@@ -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 ];