gnu: python-duniterpy: Update to 0.53.1.

* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.1.
This commit is contained in:
Nicolas Goaziou 2019-05-02 10:22:36 +02:00
parent 45a37f5b05
commit 5f83b5153a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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'".