mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: magic-wormhole-mailbox-server: Update to 0.4.1.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Update to 0.4.1.
This commit is contained in:
parent
e118837ede
commit
c5c25b39eb
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@ (define-module (gnu packages magic-wormhole)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue