python312Packages.beanhub-import: 1.0.6 -> 1.0.7 (#381764)

This commit is contained in:
Nick Cao
2025-02-13 16:47:17 -05:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
tag = version;
hash = "sha256-cDvYebzR9OmBYC+sjwNNf2nm4lxWGZVKuW4BusecDCk=";
hash = "sha256-lafSOk+MS9MqB9KSxVR7S1HJJ6R6RZeCrFK8JGCZAIg=";
};
build-system = [ poetry-core ];
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = {
description = "Declarative idempotent rule-based Beancount transaction import engine in Python";
homepage = "https://github.com/LaunchPlatform/beanhub-import/";
changelog = "https://github.com/LaunchPlatform/beanhub-import/releases/tag/${version}";
changelog = "https://github.com/LaunchPlatform/beanhub-import/releases/tag/${src.tag}";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ fangpen ];
};