mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-duniterpy: Update to 0.54.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.54.1.
This commit is contained in:
parent
6406badb2a
commit
f918a296e8
1 changed files with 2 additions and 2 deletions
|
@ -933,7 +933,7 @@ (define-public python2-stdnum
|
|||
(define-public python-duniterpy
|
||||
(package
|
||||
(name "python-duniterpy")
|
||||
(version "0.53.1")
|
||||
(version "0.54.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -944,7 +944,7 @@ (define-public python-duniterpy
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10dbikajnxh5jhcyhhsy2alv9d0qc6i57p4pvbkdf095cnj4qrvr"))))
|
||||
"15z5wc3ahvv8axyiqmf7hd4y91ahh1x4bfmgsqxwygyhswl1yjq8"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".
|
||||
|
|
Loading…
Reference in a new issue