guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/45: gnu: python-duniterpy: Simplify inputs.


From: guix-commits
Subject: 43/45: gnu: python-duniterpy: Simplify inputs.
Date: Wed, 12 Jan 2022 17:58:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit adc344c5c6208bb48ec5b63e94e37d7c5c5fbfa9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 20:49:03 2022 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]