~ruther/guix-local

e2e162a46d59f1dc4e7c7d72b8dd95ff3b91bd8d — Hartmut Goebel 2 years ago 8c955b4
gnu: Add python-mt940.

* gnu/packages/finance.scm (python-mt940): New variable.
1 files changed, 18 insertions(+), 0 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +18 -0
@@ 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")