beanhub-import: 0.3.4 -> 1.0.1

This commit is contained in:
Fang-Pen Lin 2024-09-06 10:18:15 -07:00
parent 88dbefd1f2
commit 2a02e10c71
No known key found for this signature in database
GPG Key ID: 2A269964AD292131

View File

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