python3Packages.beanhub-extract: 0.1.5 -> 0.1.6

https://github.com/LaunchPlatform/beanhub-extract/releases/tag/0.1.6

This commit was automatically generated using update-python-libraries.

Changed files
+5 -5
pkgs
development
python-modules
beanhub-extract
+5 -5
pkgs/development/python-modules/beanhub-extract/default.nix
···
fetchFromGitHub,
buildPythonPackage,
pythonOlder,
+
hatchling,
pytestCheckHook,
iso8601,
-
poetry-core,
pytest-lazy-fixture,
pytz,
}:
buildPythonPackage rec {
pname = "beanhub-extract";
-
version = "0.1.5";
+
version = "0.1.6";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "LaunchPlatform";
repo = "beanhub-extract";
tag = version;
-
hash = "sha256-L3TM3scBJGlOXXxeJAkiqMkpBmhJZB6b+IQT2DGIfO0=";
+
hash = "sha256-N4LCMZRPbIzVUPDCW3mAVw6WwpuvxiJmMIoyk8VwXS0=";
};
-
build-system = [ poetry-core ];
+
build-system = [ hatchling ];
pythonRelaxDeps = [ "pytz" ];
···
meta = {
description = "Simple library for extracting all kind of bank account transaction export files, mostly for beanhub-import to ingest and generate transactions";
homepage = "https://github.com/LaunchPlatform/beanhub-extract/";
-
changelog = "https://github.com/LaunchPlatform/beanhub-extract/releases/tag/${version}";
+
changelog = "https://github.com/LaunchPlatform/beanhub-extract/releases/tag/${src.tag}";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ fangpen ];
};