This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 65cabb010e gnu: python-duniterpy: Update to 1.1.0.
65cabb010e is described below
commit 65cabb010e3388d10f9b25ec560bfcfab5f810d4
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Aug 19 12:17:09 2022 +0200
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.
---
gnu/packages/finance.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index bc886d9914..a851d74976 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Eric Bavier <[email protected]>
;;; Copyright © 2018 Adriano Peluso <[email protected]>
-;;; Copyright © 2018, 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2018, 2019, 2020, 2021, 2022 Nicolas Goaziou
<[email protected]>
;;; Copyright © 2018 Arun Isaac <[email protected]>
;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2019 Tanguy Le Carrour <[email protected]>
@@ -1284,13 +1284,13 @@ Luhn and family of ISO/IEC 7064 check digit
algorithms.")
(define-public python-duniterpy
(package
(name "python-duniterpy")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "duniterpy" version))
(sha256
- (base32 "13kp2ph7fb1cdkx1y6j2h8q33fj2akc104l77ng52cy4v8jic9nz"))))
+ (base32 "18i5bqz58vjp740pxb4wb4ixg1g2d73cwi0d8gp85fmj5p8f2gx7"))))
(build-system python-build-system)
(arguments
;; 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")))))))
(propagated-inputs
- (list python-aiohttp
- python-attrs
+ (list python-attrs
python-base58
python-jsonschema
python-libnacl
python-pyaes
- python-pylibscrypt
python-graphql-core
python-mnemonic
python-websocket-client