guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2388eca84647621035ced230493f62211388bc6f
Author: Brendan Tildesley <[email protected]>
AuthorDate: Tue Dec 2 22:12:07 2025 +1100

    gnu: magic-wormhole: Update to 0.21.1.
    
    * gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.21.1.
---
 gnu/packages/magic-wormhole.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index ac8ba24949..bf4bc2521a 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2024 TakeV <[email protected]>
 ;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2025 Vinicius Monego <[email protected]>
+;;; Copyright © 2025 Brendan Tildesley <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -118,14 +119,14 @@ together, allowing them to pretend they have a direct 
connection.")
 (define-public magic-wormhole
   (package
     (name "magic-wormhole")
-    (version "0.19.2")
+    (version "0.21.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "magic_wormhole" version))
        (sha256
         (base32
-         "0wbwz5kzqgr4352xbp08z8syg9cl8dkqy8rsa3y4rzq9ry5agd5j"))))
+         "0rx3f9v143facxpij6d0kxq2dbg0nhbq6l92w12aljwvl5r5klxn"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to