summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2025-11-26 20:09:46 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2025-11-27 00:02:48 +0100
commit16248a958df9bdb92d612a89daf944d324ea4dea (patch)
tree6a4d80ef60044955d20c389ea8a0a46c476c4003 /gnu
parentec53e575fc7f4194b48739c011d09cf534a13e5e (diff)
gnu: python-mt940: Update to 0.7.0.
* gnu/packages/finance.scm (python-mt940): Update to 0.7.0. Change-Id: I0be4368aaf1f7fc627ec3f8e16077edeb20e1a9e
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/finance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4f289119046..282039db331 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2508,13 +2508,13 @@ and manipulation.")
(define-public python-mt940
(package
(name "python-mt940")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mt940" version))
(sha256
- (base32 "00w9m06wxxqg9w1bkddqr6yl6ajlzhbiryqzijax64l6sks6ml6g"))))
+ (base32 "1m507a7l78k378a9r8xq61bcllyvxsrl02ivbk78i9dxd097xvcv"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools-67 python-wheel-0.40))
(home-page "http://mt940.b2ck.com/")