From adc344c5c6208bb48ec5b63e94e37d7c5c5fbfa9 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 12 Jan 2022 20:49:03 +0100 Subject: gnu: python-duniterpy: Simplify inputs. * gnu/packages/finance.scm (python-duniterpy): Remove input labels. --- gnu/packages/finance.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 0d6a0515c4..5c08662f05 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1258,17 +1258,17 @@ Luhn and family of ISO/IEC 7064 check digit algorithms.") (("mnemonic>=0\\.19,<0.20") "mnemonic>=0.19"))))))) (propagated-inputs - `(("aiohttp" ,python-aiohttp) - ("attrs" ,python-attrs) - ("base58" ,python-base58) - ("jsonschema" ,python-jsonschema) - ("libnacl" ,python-libnacl) - ("pyaes" ,python-pyaes) - ("pylibscrypt" ,python-pylibscrypt) - ("python-graphql-core" ,python-graphql-core) - ("python-mnemonic" ,python-mnemonic) - ("python-websocket-client" ,python-websocket-client) - ("pypeg2" ,python-pypeg2))) + (list python-aiohttp + python-attrs + python-base58 + python-jsonschema + python-libnacl + python-pyaes + python-pylibscrypt + python-graphql-core + python-mnemonic + python-websocket-client + python-pypeg2)) (home-page "https://git.duniter.org/clients/python/duniterpy") (synopsis "Python implementation of Duniter API") (description "@code{duniterpy} is an implementation of -- cgit v1.2.3