beanhub-import: 1.0.7 -> 1.2.0 (#388138)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-02 01:19:10 +02:00
committed by GitHub
@@ -7,8 +7,8 @@
beancount-black,
beancount-parser,
beanhub-extract,
hatchling,
jinja2,
poetry-core,
pydantic,
pytz,
pyyaml,
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "1.0.7";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,10 +25,15 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
tag = version;
hash = "sha256-lafSOk+MS9MqB9KSxVR7S1HJJ6R6RZeCrFK8JGCZAIg=";
hash = "sha256-oExJ8BWJmJkJMGGIYp+Xtf0rzUcQKD8YKo51E+KbRN0=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
pythonRelaxDeps = [
# pytz>=2023.1,<2025, but we have 2025.1
"pytz"
];
dependencies = [
beancount-black