[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: magic-wormhole: Update to 0.16.0.
From: |
guix-commits |
Subject: |
06/06: gnu: magic-wormhole: Update to 0.16.0. |
Date: |
Mon, 16 Dec 2024 15:34:22 -0500 (EST) |
avp pushed a commit to branch master
in repository guix.
commit c3290cee6add60b7e56f5f919d9498d78542790a
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Dec 15 22:32:06 2024 +0300
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>
---
gnu/packages/magic-wormhole.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index f859ac174d..05d4de898f 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -111,14 +111,14 @@ together, allowing them to pretend they have a direct
connection.")
(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 @@ together, allowing them to pretend they have a direct
connection.")
(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
- branch master updated (a3ffb920f1 -> c3290cee6a), guix-commits, 2024/12/16
- 01/06: gnu: magic-wormhole-mailbox-server: Fix build., guix-commits, 2024/12/16
- 04/06: gnu: python-zipstream-ng: Fix build., guix-commits, 2024/12/16
- 06/06: gnu: magic-wormhole: Update to 0.16.0.,
guix-commits <=
- 02/06: gnu: magic-wormhole-transit-relay: Fix build., guix-commits, 2024/12/16
- 05/06: gnu: python-spake2: Update to 0.9., guix-commits, 2024/12/16
- 03/06: gnu: python-iterable-io: Fix build., guix-commits, 2024/12/16