Unverified Commit ad7883f1 authored by Fang-Pen Lin's avatar Fang-Pen Lin
Browse files

beanhub-import: 0.1.5 -> 0.3.2

parent 2a712c86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "beanhub-import";
  version = "0.1.5";
  version = "0.3.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "LaunchPlatform";
    repo = "beanhub-import";
    rev = "refs/tags/${version}";
    hash = "sha256-BH+d7cKC83b7T2Z1Xlwpsv3KACo1vDn6v65tElhir/c=";
    hash = "sha256-jDZUsV5yj4h7zUA5NB/4exhPj3f3put/bKXZmPz94OQ=";
  };

  build-system = [ poetry-core ];