gnu: python-duniterpy: Update to 0.52.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.52.0. [propagated-inputs]: Add python-pyaes.
This commit is contained in:
parent
57b663fa8f
commit
352033f31b
|
@ -855,7 +855,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.51.0")
|
(version "0.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -866,7 +866,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
|
||||||
"074mh2kh3s00ib0h99050ss3j4c51v57py6dzm7crida6l0iydbv"))))
|
"07liba2d21hb8m3n6yccfamq9yq0ryywh18vs9g2sgywfsnv82lh"))))
|
||||||
(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'".
|
||||||
|
@ -884,16 +884,17 @@ Luhn and family of ISO/IEC 7064 check digit algorithms. ")
|
||||||
(copy-recursively "docs/_build/html" doc))
|
(copy-recursively "docs/_build/html" doc))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)
|
`(("sphinx" ,python-sphinx)
|
||||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
|
("sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-aiohttp" ,python-aiohttp)
|
`(("aiohttp" ,python-aiohttp)
|
||||||
("python-attr" ,python-attr)
|
("attr" ,python-attr)
|
||||||
("python-base58" ,python-base58)
|
("base58" ,python-base58)
|
||||||
("python-jsonschema" ,python-jsonschema)
|
("jsonschema" ,python-jsonschema)
|
||||||
("python-libnacl" ,python-libnacl)
|
("libnacl" ,python-libnacl)
|
||||||
("python-pylibscrypt" ,python-pylibscrypt)
|
("pyaes" ,python-pyaes)
|
||||||
("python-pypeg2" ,python-pypeg2)))
|
("pylibscrypt" ,python-pylibscrypt)
|
||||||
|
("pypeg2" ,python-pypeg2)))
|
||||||
(home-page "https://git.duniter.org/clients/python/duniterpy")
|
(home-page "https://git.duniter.org/clients/python/duniterpy")
|
||||||
(synopsis "Python implementation of Duniter API")
|
(synopsis "Python implementation of Duniter API")
|
||||||
(description "@code{duniterpy} is an implementation of
|
(description "@code{duniterpy} is an implementation of
|
||||||
|
|
Loading…
Reference in New Issue