mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: mumi: Update to 0.4.0.
* gnu/packages/mail.scm (mumi): Update to 0.4.0. [inputs]: Add guile-avatar. Remove guile-json-4. Change-Id: I337d1b797beab7daec1ac19740de8d053f86927e
This commit is contained in:
@@ -4232,7 +4232,7 @@ It is a replacement for the @command{urlview} program.")
|
|||||||
(define-public mumi
|
(define-public mumi
|
||||||
(package
|
(package
|
||||||
(name "mumi")
|
(name "mumi")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@@ -4241,7 +4241,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
|
||||||
"0b93hd6jjay70rj3520cmwzji00prn2fyjbxgys6ihw962nj3hpg"))))
|
"1rkma9391zfz2m8i0452vglcf9ck5d2vmilj9zz8x48jhyn9lvig"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -4275,11 +4275,11 @@ It is a replacement for the @command{urlview} program.")
|
|||||||
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
|
guile-avatar
|
||||||
guile-email
|
guile-email
|
||||||
guile-fibers
|
guile-fibers
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guile-gnutls
|
guile-gnutls
|
||||||
guile-json-4
|
|
||||||
guile-kolam
|
guile-kolam
|
||||||
guile-redis
|
guile-redis
|
||||||
guile-syntax-highlight
|
guile-syntax-highlight
|
||||||
|
|||||||
Reference in New Issue
Block a user