mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: electrum-aionostr: Update to 0.1.0.
* gnu/packages/finance.scm (electrum-aionostr): Update to 0.1.0. [native-inputs]: Remove python-wheel. Merges guix/guix!5844 Change-Id: I3f3e5e485232b19a27b45a533da35835329cfa46 Modified-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
committed by
Cayetano Santos
parent
4a1fedd453
commit
4383c2cbac
@@ -655,13 +655,13 @@ do so.")
|
||||
(define-public electrum-aionostr
|
||||
(package
|
||||
(name "electrum-aionostr")
|
||||
(version "0.0.11")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "electrum_aionostr" version))
|
||||
(sha256
|
||||
(base32 "10fgidah8ca59j3gssg9b434j49c1dd9cs3224nanjsxwl0ivsqf"))))
|
||||
(base32 "117cgcll1p726qf8ar6mv1a4lgadkyf8c6l520p2g21367lghx1p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -676,8 +676,7 @@ do so.")
|
||||
python-electrum-ecc))
|
||||
(native-inputs (list python-click
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/spesmilo/electrum-aionostr")
|
||||
(synopsis "Asyncio nostr client")
|
||||
(description "This package is a fork of @code{aionostr} that does not
|
||||
|
||||
Reference in New Issue
Block a user