gnu: mumi: Update to 0.0.0-3.ea5a738.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-3.ea5a738.
This commit is contained in:
parent
cd81199cbd
commit
40864d79fc
@ -27,6 +27,7 @@
|
||||
;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
|
||||
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
|
||||
;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
|
||||
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@ -2652,8 +2653,8 @@ replacement for the @code{urlview} program.")
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "bfd96ce76b4600ae232e6548b26c9365095fd174")
|
||||
(revision "2"))
|
||||
(let ((commit "ea5a738010148284aed211da953ad670003aefea")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
@ -2665,7 +2666,7 @@ replacement for the @code{urlview} program.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05miwfi1bh0v9x2gvn15bwkb3gn4xy53z506ysjzns2y497zkc5h"))))
|
||||
"0ci5x8dqjmp74w33q2dbs5csxp4ilfmc1xxaa8q2jnh52d7597hl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
Loading…
Reference in New Issue
Block a user