Unverified Commit 9ae6e418 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.beanhub-import: 1.0.1 -> 1.0.3 (#343633)

parents 533ef51d 5dbefa5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

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

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

  build-system = [ poetry-core ];