beanhub-import: 0.1.5 -> 0.3.2

This commit is contained in:
Fang-Pen Lin
2024-06-28 17:47:40 +00:00
parent 2a712c867b
commit ad7883f1fa
@@ -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 ];