diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-01 22:24:34 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-01 22:24:34 +0200 |
commit | a41cd13563161cf8cbd11e55ce1e03cb18932a31 (patch) | |
tree | 9f07db9ff435072fda27cd00fd93a1cfd3413953 | |
parent | 01b37d0f74e483c1197f82b67b8575c0771bf08c (diff) | |
download | guix-a41cd13563161cf8cbd11e55ce1e03cb18932a31.tar guix-a41cd13563161cf8cbd11e55ce1e03cb18932a31.tar.gz |
gnu: python-duniterpy: Update to 0.55.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.55.1.
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 7a5efb76a9..241339e29d 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -958,7 +958,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ") (define-public python-duniterpy (package (name "python-duniterpy") - (version "0.54.3") + (version "0.55.1") (source (origin (method git-fetch) @@ -969,7 +969,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ") (file-name (git-file-name name version)) (sha256 (base32 - "1k3rpfc9zxj9z50cr4zjfyzdla9ap5mj1v1rlcriqmflgb5cmiba")))) + "07zsbbkzmnvyv5v0vw2d42vw3ar4iqhlidy9376ysk4ldlj1igf7")))) (build-system python-build-system) (arguments ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'". |