From eaccfececd0eec362b247efd47861e2118dd9dd8 Mon Sep 17 00:00:00 2001 From: TakeV Date: Wed, 3 Apr 2024 18:21:26 -0400 Subject: gnu: magic-wormhole: Update to 0.14.0. * gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.14.0. [propagated-inputs]: Add python-iterable-io; and python-zipstream-ng. Change-Id: I1c91db96bf4a96ab1758925deaae87a174b4b03d Signed-off-by: Sharlatan Hellseher --- gnu/packages/magic-wormhole.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gnu/packages/magic-wormhole.scm') diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm index 3c63319710..dbb943c5c6 100644 --- a/gnu/packages/magic-wormhole.scm +++ b/gnu/packages/magic-wormhole.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2019 Leo Famulari ;;; Copyright © 2024 normally_js ;;; Copyright © 2024 Sharlatan Hellseher +;;; Copyright © 2024 TakeV ;;; ;;; This file is part of GNU Guix. ;;; @@ -26,6 +27,7 @@ #:use-module (guix gexp) #:use-module (guix packages) #:use-module (gnu packages check) + #:use-module (gnu packages python-compression) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz)) @@ -101,14 +103,14 @@ together, allowing them to pretend they have a direct connection.") (define-public magic-wormhole (package (name "magic-wormhole") - (version "0.13.0") + (version "0.14.0") (source (origin (method url-fetch) (uri (pypi-uri "magic-wormhole" version)) (sha256 (base32 - "05hm5pnrxli69a28h3pbgx6s6pwy8279l506kha7y3i7hs1dcfxc")))) + "105hsv7ck83bs29929zpb29aygr69q00mxpgq9xw7xxzi2gj6v80")))) (build-system pyproject-build-system) (arguments (list @@ -130,12 +132,14 @@ together, allowing them to pretend they have a direct connection.") python-click python-hkdf python-humanize + python-iterable-io python-noiseprotocol python-pynacl python-spake2 python-tqdm python-twisted - python-txtorcon)) + python-txtorcon + python-zipstream-ng)) (home-page "https://github.com/magic-wormhole/magic-wormhole") (synopsis "Securely transfer data between computers") (description -- cgit v1.2.3