diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-02-14 13:19:41 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-19 19:09:56 +0200 |
| commit | e2e162a46d59f1dc4e7c7d72b8dd95ff3b91bd8d (patch) | |
| tree | 7a27a605f32c22a56a403e195428b1ca82b30e2f /gnu | |
| parent | 8c955b46c7a2ee41b2eca0fc84359425ed535f55 (diff) | |
gnu: Add python-mt940.
* gnu/packages/finance.scm (python-mt940): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/finance.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index a831ca4166e..adc3a1b2cb4 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2482,6 +2482,24 @@ format used by SWIFT. It returns smart Python collections for statistics and manipulation.") (license license:bsd-3))) +(define-public python-mt940 + (package + (name "python-mt940") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mt940" version)) + (sha256 + (base32 "00w9m06wxxqg9w1bkddqr6yl6ajlzhbiryqzijax64l6sks6ml6g")))) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools-67 python-wheel-0.40)) + (home-page "http://mt940.b2ck.com/") + (synopsis "A simple module to parse MT940 files") + (description "This package provides a simple module to parse MT940 +files.") + (license license:bsd-3))) + (define-public xmrig (package (name "xmrig") |
