[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: Magic Wormhole: Update to 0.12.0.
From: |
guix-commits |
Subject: |
03/03: gnu: Magic Wormhole: Update to 0.12.0. |
Date: |
Wed, 29 Apr 2020 16:52:40 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit fb5bb6bd9e451aa672e67573bf2911a5fc7b4d6d
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Apr 29 16:15:40 2020 -0400
gnu: Magic Wormhole: Update to 0.12.0.
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.12.0.
---
gnu/packages/magic-wormhole.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 4456f95..465e6ac 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -107,14 +107,14 @@ together, allowing them to pretend they have a direct
connection.")
(define-public magic-wormhole
(package
(name "magic-wormhole")
- (version "0.11.2")
+ (version "0.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "magic-wormhole" version))
(sha256
(base32
- "01fr4bi6kc6fz9n3c4qq892inrc3nf6p2djy65yvm7xkvdxncydf"))))
+ "0q41j99718y7m95zg1vaybnsp31lp6lhyqkbv4yqz5ys6jixh3qv"))))
(build-system python-build-system)
(arguments
'(#:phases