mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: mumi: Update to 0.0.0-9.5fdbc3e.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e.
This commit is contained in:
parent
ef4b5f2fed
commit
11ef009e7a
1 changed files with 3 additions and 3 deletions
|
@ -2968,8 +2968,8 @@ (define-public tnef
|
||||||
(license gpl2+)))
|
(license gpl2+)))
|
||||||
|
|
||||||
(define-public mumi
|
(define-public mumi
|
||||||
(let ((commit "9f66dbc6231e2a884f76fa9913a0461887476116")
|
(let ((commit "5fdbc3e717b8ed4bfef83294ed26361eb21c20c1")
|
||||||
(revision "8"))
|
(revision "9"))
|
||||||
(package
|
(package
|
||||||
(name "mumi")
|
(name "mumi")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -2981,7 +2981,7 @@ (define-public mumi
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15k7bvvna1iiflg3x97jzyxjd5n30c6158z467ihj0sjxk94pbra"))))
|
"18zyj2npvy8qg6g3l0xb2srlcp84x7p783fsw5ka6v3acxri62h1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue