mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mumi: Update to 0.0.10.
* gnu/packages/mail.scm (mumi): Update to 0.0.10. Change-Id: I1a2f4f81e0c1ccc7fe2eab442e1544f94a08ee2f
This commit is contained in:
parent
8d29f416a9
commit
8519b35f5f
1 changed files with 2 additions and 2 deletions
|
@ -4157,7 +4157,7 @@ (define-public tnef
|
|||
(define-public mumi
|
||||
(package
|
||||
(name "mumi")
|
||||
(version "0.0.9")
|
||||
(version "0.0.10")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4166,7 +4166,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13b7cich8fz2nzx2gf39kdrj9vwhhqjxfhqr5mi78xhd6v0sypdw"))))
|
||||
"1rfhbi25kh84whi88423736v2vxgsc6fdps3kqrc1gs6dni9li17"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue