python3Packages.beanhub-import: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2026-01-01 05:26:35 +00:00
parent f8ca916101
commit 503ee10aae

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
tag = version;
hash = "sha256-oExJ8BWJmJkJMGGIYp+Xtf0rzUcQKD8YKo51E+KbRN0=";
hash = "sha256-zKlw8KEVc0FJrxWHOx95UXGzqxFFCaYBKID4hRbTQas=";
};
build-system = [ hatchling ];