mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python312Packages.beanhub-import: 1.0.6 -> 1.0.7 (#381764)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user