mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: mumi: Update to 0.0.0-13.1fee105.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-13.1fee105.
This commit is contained in:
parent
1a6f09d01b
commit
00e075def4
1 changed files with 3 additions and 3 deletions
|
@ -3003,8 +3003,8 @@ (define-public tnef
|
|||
(license gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "bb2fe926b496dc44f783430ab16f5219bae36e81")
|
||||
(revision "12"))
|
||||
(let ((commit "1fee105324ff9a1bd776c1244a280f4ab6ae2161")
|
||||
(revision "13"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -3016,7 +3016,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0azqrnkcwnh903f3ap8injhld3jicxdjzbbdi56ax46gjahr1rw3"))))
|
||||
"03liks9yavagy12sqkdvhils9s0903qi52zgszp1g98p819r0djl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue