1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 04:38:50 +02:00

gnu: Add python-mt940.

* gnu/packages/finance.scm (python-mt940): New variable.
This commit is contained in:
Hartmut Goebel
2024-02-14 13:19:41 +01:00
parent 8c955b46c7
commit e2e162a46d
+18
View File
@@ -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")