mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: mumi: Update to 0.0.0-10.f7d6a54.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-10.f7d6a54.
This commit is contained in:
parent
9cbc5fae80
commit
284b27c5ae
1 changed files with 3 additions and 3 deletions
|
@ -2968,8 +2968,8 @@ (define-public tnef
|
|||
(license gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "5fdbc3e717b8ed4bfef83294ed26361eb21c20c1")
|
||||
(revision "9"))
|
||||
(let ((commit "f7d6a54769f5540d498ff51a8c7fccbfcddc5bfb")
|
||||
(revision "10"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -2981,7 +2981,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18zyj2npvy8qg6g3l0xb2srlcp84x7p783fsw5ka6v3acxri62h1"))))
|
||||
"0m2qlr08yghkq1kpf5p8nscdy6gz75pp8r696vg7nanqxsx480aj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue