python312Packages.beanhub-import: 1.0.3 -> 1.0.6 (#378095)

This commit is contained in:
Nick Cao
2025-01-30 17:05:51 -05:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "1.0.3";
version = "1.0.6";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
tag = version;
hash = "sha256-6Y1gYAi8A6H0a0vj2avWxGS7hvjrvLBUS+LsgvY4sZo=";
hash = "sha256-cDvYebzR9OmBYC+sjwNNf2nm4lxWGZVKuW4BusecDCk=";
};
build-system = [ poetry-core ];