[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: magic-wormhole-mailbox-server: Update to 0.4.1.
From: |
guix-commits |
Subject: |
01/03: gnu: magic-wormhole-mailbox-server: Update to 0.4.1. |
Date: |
Wed, 29 Apr 2020 16:52:39 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit c5c25b39ebe68dd89bf3913d2766df3a8a77dff1
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Apr 29 16:14:55 2020 -0400
gnu: magic-wormhole-mailbox-server: Update to 0.4.1.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Update to
0.4.1.
---
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 bdfc116..85b25bc 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -29,14 +29,14 @@
(define-public magic-wormhole-mailbox-server
(package
(name "magic-wormhole-mailbox-server")
- (version "0.3.1")
+ (version "0.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "magic-wormhole-mailbox-server" version))
(sha256
(base32
- "1q6zhbx8fcpk7rchclm7yqcxdsc1x97hki2ji61sa544r5xvxv55"))))
+ "1yw8i8jv5iv1kkz1aqimskw7fpichjn6ww0fq0czbalwj290bw8s"))))
(build-system python-build-system)
(arguments
'(#:phases