mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mumi: Update to 0.0.1-5.9f070bd.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
This commit is contained in:
parent
23686ba3eb
commit
6b703a9aa8
1 changed files with 3 additions and 3 deletions
|
@ -3873,8 +3873,8 @@ (define-public tnef
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "887471f7785c74dd8ee5d300d3b1fb58e011c2cb")
|
||||
(revision "4"))
|
||||
(let ((commit "9f070bd90adc67064cd8aff4e40f303d5957ef4a")
|
||||
(revision "5"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
|
@ -3886,7 +3886,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lmnnfa42j0bcscxbyx5y48v4l0hyvnh4kq4sjrqw92v0h93iksg"))))
|
||||
"1ym1j3nzy8qhd1ydadccbgm0nckkmnq3vnz9qh9x8rasx7zg1ldp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue