diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 683605b60f..0f43a8bf9d 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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