mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: mumi: Update to 0.0.1-9.f73df11.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-9.f73df11.
This commit is contained in:
parent
6211ecfec8
commit
d4d07ed92b
1 changed files with 3 additions and 3 deletions
|
@ -3959,8 +3959,8 @@ (define-public tnef
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "9b28ec7d152623692877bcb767e5c654e59e57ed")
|
||||
(revision "8"))
|
||||
(let ((commit "f73df1101274cbe14a36f59ca71bc94ff08c4ad0")
|
||||
(revision "9"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
|
@ -3972,7 +3972,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1njnzqv4h2msfa86qfbvm54vfdwlikwzs4134fcffcf4l86bs9fl"))))
|
||||
"01jfmywfd6wnvacna3rkb79iwbk67kkyzdl8a2162pcjm9gs0l13"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue