mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: mumi: Update to 0.0.8.
* gnu/packages/mail.scm (mumi): Update to 0.0.8. Change-Id: I0342f3cfb1b257d7beb25a5d9d0732895f88ec35
This commit is contained in:
parent
1e0ca05c82
commit
21e4d6cd69
1 changed files with 2 additions and 2 deletions
|
@ -4106,7 +4106,7 @@ (define-public tnef
|
|||
(define-public mumi
|
||||
(package
|
||||
(name "mumi")
|
||||
(version "0.0.7")
|
||||
(version "0.0.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4115,7 +4115,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01risymyr0b9npx1j8mxyrm6f5ahcmz4c6s7r1lbal2w5j7bp60d"))))
|
||||
"1z556pxsz0zx95gd5b4hwkmwcvf3jyz7njkb3zwbhrwnpgygnbyl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue