mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: mumi: Update to 0.0.5-2.85d5efb.
* gnu/packages/mail.scm (mumi): Update to 0.0.5-2.85d5efb.
This commit is contained in:
parent
70b52b5614
commit
ec020345d1
1 changed files with 3 additions and 3 deletions
|
@ -4077,8 +4077,8 @@ (define-public tnef
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public mumi
|
(define-public mumi
|
||||||
(let ((commit "b2a8280f158957e18d714dea78637f6504dd7613")
|
(let ((commit "85d5efb4367b9178eb7093e3ebca760745de0753")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "mumi")
|
(name "mumi")
|
||||||
(version (git-version "0.0.5" revision commit))
|
(version (git-version "0.0.5" revision commit))
|
||||||
|
@ -4090,7 +4090,7 @@ (define-public mumi
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ygcbrnwvqa4zi93mbry5afw6dr4fbm7pgkn1gbsydp6qjfsm88q"))))
|
"0yn8dfj3krqwfsdn888vbv903kfa7clmbj2xxin263zqcyzc3alq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue