python312Packages.beanhub-import: 1.0.1 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-09-22 02:07:08 +00:00
parent 09096b90f9
commit 5dbefa5a67

View File

@ -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 ];