gnu: mumi: Update to 0.0.2-0.88a68ba.
* gnu/packages/mail.scm (mumi): Update to 0.0.2-0.88a68ba.
This commit is contained in:
parent
563bb6eab1
commit
e1ae5ab2b9
1 changed files with 4 additions and 4 deletions
|
@ -3959,11 +3959,11 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public mumi
|
(define-public mumi
|
||||||
(let ((commit "f73df1101274cbe14a36f59ca71bc94ff08c4ad0")
|
(let ((commit "88a68ba952aeb81633eb07903a30d04005c6355c")
|
||||||
(revision "9"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "mumi")
|
(name "mumi")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.2" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3972,7 +3972,7 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01jfmywfd6wnvacna3rkb79iwbk67kkyzdl8a2162pcjm9gs0l13"))))
|
"1kg5gy85vm0rzn4k93a4gggynqknmj16i6b3adkjkj74fzms4jwm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
|
Reference in a new issue