gnu: python-duniterpy: Update to 1.1.0.

* gnu/packages/finance.scm (python-duniterpy): Update to 1.1.0.
[propagated-inputs]: Remove PYTHON-AIOHTTP and PYTHON-PYLIBSCRYPT.
This commit is contained in:
Nicolas Goaziou 2022-08-19 12:17:09 +02:00
parent 9d137c81ed
commit 65cabb010e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -9,7 +9,7 @@
;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com> ;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2018, 2019, 2020, 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
@ -1284,13 +1284,13 @@ 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 "1.0.0") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "duniterpy" version)) (uri (pypi-uri "duniterpy" version))
(sha256 (sha256
(base32 "13kp2ph7fb1cdkx1y6j2h8q33fj2akc104l77ng52cy4v8jic9nz")))) (base32 "18i5bqz58vjp740pxb4wb4ixg1g2d73cwi0d8gp85fmj5p8f2gx7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: Tests fail with: "TypeError: block_uid() missing 1 required ;; FIXME: Tests fail with: "TypeError: block_uid() missing 1 required
@ -1303,13 +1303,11 @@ Luhn and family of ISO/IEC 7064 check digit algorithms.")
(("mnemonic>=0\\.19,<0.20") (("mnemonic>=0\\.19,<0.20")
"mnemonic>=0.19"))))))) "mnemonic>=0.19")))))))
(propagated-inputs (propagated-inputs
(list python-aiohttp (list python-attrs
python-attrs
python-base58 python-base58
python-jsonschema python-jsonschema
python-libnacl python-libnacl
python-pyaes python-pyaes
python-pylibscrypt
python-graphql-core python-graphql-core
python-mnemonic python-mnemonic
python-websocket-client python-websocket-client