gnu: python-duniterpy: Update to 0.53.0.

* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.0.
master
Nicolas Goaziou 2019-04-04 00:37:22 +02:00
parent 6d01a7f4c4
commit 8957ae01c4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -926,7 +926,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
(define-public python-duniterpy (define-public python-duniterpy
(package (package
(name "python-duniterpy") (name "python-duniterpy")
(version "0.52.0") (version "0.53.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -937,7 +937,7 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"07liba2d21hb8m3n6yccfamq9yq0ryywh18vs9g2sgywfsnv82lh")))) "1km585xlv6dm693s5x6apcnx3ixvz08g8yjfclszhy4jakhpv0ya"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; Tests fail with "AttributeError: module 'attr' has no attribute 's'". ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".