guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 69e548ee4aed882c0552b58af2f39182443f9a15
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jul 19 11:03:12 2025 -0300
gnu: magic-wormhole-mailbox-server: Update to 0.5.1.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server):
Update to 0.5.1.
[arguments]<#:phases>: Delete phase 'fix-read-mode-in-setup.py'.
[propagated-inputs]: Remove python-six, python-twisted.
Change-Id: Id6742ea4519adfcca43c37069721a316bd59b2cd
---
gnu/packages/magic-wormhole.scm | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 87b448e88b..e373e919cd 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2024, 2025 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2024 TakeV <[email protected]>
;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2025 Vinicius Monego <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,22 +38,14 @@
(define-public magic-wormhole-mailbox-server
(package
(name "magic-wormhole-mailbox-server")
- (version "0.4.1")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "magic-wormhole-mailbox-server" version))
(sha256
(base32
- "1yw8i8jv5iv1kkz1aqimskw7fpichjn6ww0fq0czbalwj290bw8s"))))
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-read-mode-in-setup.py
- (lambda _
- (substitute* "setup.py"
- (("'rU'") "'r'")))))))
+ "18cc00dfmri648psx6kzqlbmhvax0h1gbnw1frjh8ci9f8va01x0"))))
(build-system pyproject-build-system)
(native-inputs
(list python-mock
@@ -64,9 +57,7 @@
python-autobahn
python-idna
python-service-identity
- python-six
- python-treq
- python-twisted))
+ python-treq))
(home-page
"https://github.com/magic-wormhole/magic-wormhole-mailbox-server")
(synopsis "Magic-Wormhole central mailbox server")
(description