diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-12-19 23:48:13 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-12-19 23:48:13 +0100 |
commit | 4b3d6b899fe93d78ec8d4063e526d17b28ab3496 (patch) | |
tree | 159c118dca30fa9ef2d53d6ecb820740dc21f33b | |
parent | 80eebee9f7578ed096fed4cb6adfcbae3cfefc58 (diff) | |
download | guix-4b3d6b899fe93d78ec8d4063e526d17b28ab3496.tar.gz guix-4b3d6b899fe93d78ec8d4063e526d17b28ab3496.zip |
gnu: python-duniterpy: Update to 0.51.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.51.0.
-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 26cc1895a1..b644f2fa95 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -847,7 +847,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ") (define-public python-duniterpy (package (name "python-duniterpy") - (version "0.50.0") + (version "0.51.0") (source (origin (method git-fetch) @@ -858,7 +858,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ") (file-name (git-file-name name version)) (sha256 (base32 - "0f24ihglmzphy30pgc49w0rxmsjc76mgcggg078cfsz7xrrk13gf")))) + "074mh2kh3s00ib0h99050ss3j4c51v57py6dzm7crida6l0iydbv")))) (build-system python-build-system) (arguments ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'". |