GNU bug report logs - #70171
[PATCH 0/3] gnu: magic-wormhole: Update to 0.14.0

Previous Next

Package: guix-patches;

Reported by: TakeV <takev <at> disroot.org>

Date: Wed, 3 Apr 2024 22:20:20 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 70171 <at> debbugs.gnu.org (full text, mbox):

From: TakeV <takev <at> disroot.org>
To: 70171 <at> debbugs.gnu.org
Cc: TakeV <takev <at> disroot.org>
Subject: [PATCH 3/3] gnu: magic-wormhole: Update to 0.14.0.
Date: Wed,  3 Apr 2024 18:21:26 -0400
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.14.0.
* gnu/packages/magic-wormhole.scm (magic-wormhole)[propagated-inputs]: Add new
dependencies for latest version

Change-Id: I1c91db96bf4a96ab1758925deaae87a174b4b03d
---
 gnu/packages/magic-wormhole.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 3c63319710..607e1601ee 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -101,14 +101,14 @@ (define-public magic-wormhole-transit-relay
 (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
@@ -131,11 +131,13 @@ (define-public magic-wormhole
            python-hkdf
            python-humanize
            python-noiseprotocol
+           python-iterable-io
            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
-- 
2.41.0





This bug report was last modified 1 year and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.