Merge pull request #326817 from r-ryantm/auto-update/python312Packages.beanhub-import

python312Packages.beanhub-import: 0.3.2 -> 0.3.4
This commit is contained in:
Nick Cao
2024-07-13 11:55:00 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "0.3.2";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
rev = "refs/tags/${version}";
hash = "sha256-jDZUsV5yj4h7zUA5NB/4exhPj3f3put/bKXZmPz94OQ=";
hash = "sha256-igaW8vFUYagBfVQXL1Ulo7uhGilbOxxuyZV9Eda/Gto=";
};
build-system = [ poetry-core ];