[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: magic-wormhole: Update to 0.13.0.
From: |
guix-commits |
Subject: |
02/12: gnu: magic-wormhole: Update to 0.13.0. |
Date: |
Sat, 23 Mar 2024 16:59:38 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 68455ddf4b5142c6b9d3b4b85248d6a07a049bca
Author: normalmente <normally_js@posteo.net>
AuthorDate: Wed Mar 20 18:55:50 2024 +0000
gnu: magic-wormhole: Update to 0.13.0.
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.13.0.
[native-inputs]: Add python-noiseprotocol to make tests pass.
Change-Id: I59008f27081efcc3b558dad59bef6ebdc9b34f38
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/magic-wormhole.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 86a8013aa1..f9ccf8c1d3 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2024 normally_js <normally_js@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -106,14 +107,14 @@ together, allowing them to pretend they have a direct
connection.")
(define-public magic-wormhole
(package
(name "magic-wormhole")
- (version "0.12.0")
+ (version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "magic-wormhole" version))
(sha256
(base32
- "0q41j99718y7m95zg1vaybnsp31lp6lhyqkbv4yqz5ys6jixh3qv"))))
+ "05hm5pnrxli69a28h3pbgx6s6pwy8279l506kha7y3i7hs1dcfxc"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -128,6 +129,7 @@ together, allowing them to pretend they have a direct
connection.")
#t)))))
(native-inputs
(list python-mock
+ python-noiseprotocol
;; XXX These are required for the test suite but end up being
referenced
;; by the built package.
;; https://bugs.gnu.org/25235
- branch master updated (060708ef6c -> 28bc0e870b), guix-commits, 2024/03/23
- 04/12: gnu: magic-wormhole: Fix indentation., guix-commits, 2024/03/23
- 06/12: gnu: magic-wormhole-mailbox-server: Simplify package., guix-commits, 2024/03/23
- 12/12: gnu: magic-wormhole: Fix home page., guix-commits, 2024/03/23
- 10/12: gnu: magic-wormhole-transit-relay: Fix indentation., guix-commits, 2024/03/23
- 08/12: gnu: magic-wormhole: Limit amount of loaded symbols., guix-commits, 2024/03/23
- 01/12: gnu: Add python-noiseprotocol., guix-commits, 2024/03/23
- 03/12: gnu: magic-wormhole: Simplify package., guix-commits, 2024/03/23
- 07/12: gnu: magic-wormhole-transit-relay: Simplify package., guix-commits, 2024/03/23
- 11/12: gnu: magic-wormhole-transit-relay: Remove some native inputs., guix-commits, 2024/03/23
- 02/12: gnu: magic-wormhole: Update to 0.13.0.,
guix-commits <=
- 05/12: gnu: magic-wormhole: Add licenses prefix., guix-commits, 2024/03/23
- 09/12: gnu: magic-wormhole-mailbox-server: Fix indentation., guix-commits, 2024/03/23