diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-02 10:22:36 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-02 10:22:36 +0200 |
commit | 5f83b5153a045a8a984824b0731ec96c2b5c49ca (patch) | |
tree | 10c5002f655b3ec849838a707170835ed96a02de /gnu/packages/finance.scm | |
parent | 45a37f5b05ba6bbcfa56e966e30721aab6ab53d6 (diff) | |
download | patches-5f83b5153a045a8a984824b0731ec96c2b5c49ca.tar patches-5f83b5153a045a8a984824b0731ec96c2b5c49ca.tar.gz |
gnu: python-duniterpy: Update to 0.53.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.1.
Diffstat (limited to 'gnu/packages/finance.scm')
-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 9a210b474f..bc1c841edc 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -934,7 +934,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ") (define-public python-duniterpy (package (name "python-duniterpy") - (version "0.53.0") + (version "0.53.1") (source (origin (method git-fetch) @@ -945,7 +945,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ") (file-name (git-file-name name version)) (sha256 (base32 - "1km585xlv6dm693s5x6apcnx3ixvz08g8yjfclszhy4jakhpv0ya")))) + "10dbikajnxh5jhcyhhsy2alv9d0qc6i57p4pvbkdf095cnj4qrvr")))) (build-system python-build-system) (arguments ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'". |