summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-05-23 16:23:03 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-05-23 16:23:03 +0200
commitf918a296e829e5e85a49abda7d4e0205c31e2ff0 (patch)
tree86ef0e62e1283484dbb1bd306f4d080d1fcc05b2
parent6406badb2ad515f47c5d25f11199fca829393867 (diff)
downloadguix-f918a296e829e5e85a49abda7d4e0205c31e2ff0.tar.gz
gnu: python-duniterpy: Update to 0.54.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.54.1.
-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 ff7fbe0403..ef5bcbfc61 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -933,7 +933,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "0.53.1")
+    (version "0.54.1")
     (source
      (origin
        (method git-fetch)
@@ -944,7 +944,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "10dbikajnxh5jhcyhhsy2alv9d0qc6i57p4pvbkdf095cnj4qrvr"))))
+         "15z5wc3ahvv8axyiqmf7hd4y91ahh1x4bfmgsqxwygyhswl1yjq8"))))
     (build-system python-build-system)
     (arguments
      ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".