mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: magic-wormhole: Update to 0.16.0.
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.16.0. [propagated-inputs]: Add python-attrs. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8c627f1cf421ec26a3749962f937039bda85b542 Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6d6a1e37b1
commit
c3290cee6a
1 changed files with 6 additions and 3 deletions
|
@ -111,14 +111,14 @@ (define-public magic-wormhole-transit-relay
|
|||
(define-public magic-wormhole
|
||||
(package
|
||||
(name "magic-wormhole")
|
||||
(version "0.14.0")
|
||||
(version "0.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "magic-wormhole" version))
|
||||
(sha256
|
||||
(base32
|
||||
"105hsv7ck83bs29929zpb29aygr69q00mxpgq9xw7xxzi2gj6v80"))))
|
||||
"1jcldlyj6bdd9bb39r77cd9ra6cllqijc9lhs6kaggcdi53c3rhl"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -133,10 +133,13 @@ (define-public magic-wormhole
|
|||
(native-inputs
|
||||
(list python-mock
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel
|
||||
magic-wormhole-mailbox-server
|
||||
magic-wormhole-transit-relay))
|
||||
(propagated-inputs
|
||||
(list python-autobahn
|
||||
(list python-attrs
|
||||
python-autobahn
|
||||
python-click
|
||||
python-hkdf
|
||||
python-humanize
|
||||
|
|
Loading…
Reference in a new issue