mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mumi: Update to 0.0.0-8.9f66dbc.
* gnu/packages/mail.scm (mumi): Update to 0.0.0-8.9f66dbc.
This commit is contained in:
parent
479e74d603
commit
008b1aecf7
1 changed files with 3 additions and 3 deletions
|
@ -2968,8 +2968,8 @@ (define-public tnef
|
|||
(license gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "6653e2d525b945fcd671dbfbf7b42cc588a1cf4b")
|
||||
(revision "7"))
|
||||
(let ((commit "9f66dbc6231e2a884f76fa9913a0461887476116")
|
||||
(revision "8"))
|
||||
(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
|
||||
"0h1q61yl01hm7wygv1bv47ncg7l7gcw7aq8ny61g3hr1acsqysjf"))))
|
||||
"15k7bvvna1iiflg3x97jzyxjd5n30c6158z467ihj0sjxk94pbra"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue