mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: mumi: Update to 0.0.1-2.5a57832.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-2.5a57832. [inputs]: Remove guile-sqlite3; add guile-fibers.
This commit is contained in:
parent
daf9fa94e2
commit
3fa02b2d8c
1 changed files with 4 additions and 4 deletions
|
@ -2962,8 +2962,8 @@ replacement for the @code{urlview} program.")
|
|||
(license gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "75d34d4d9c20b87d637b027900744da976c5f436")
|
||||
(revision "1"))
|
||||
(let ((commit "5a578328199bab51a147fbadbce12c8d06959ed6")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
|
@ -2975,7 +2975,7 @@ replacement for the @code{urlview} program.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f69fiz884lbm93wzfs52xlsg7cwhgvzw1y00fqn9gncvkdwng1y"))))
|
||||
"0hngv82gd19l4q7nnbf97r120z1yagsmkp0x3lc8haza5q4mc12c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
@ -3005,10 +3005,10 @@ replacement for the @code{urlview} program.")
|
|||
#t))))))
|
||||
(inputs
|
||||
`(("guile-email" ,guile-email)
|
||||
("guile-fibers" ,guile-fibers)
|
||||
("guile-gcrypt" ,guile-gcrypt)
|
||||
("guile-json" ,guile-json-3)
|
||||
("guile-redis" ,guile-redis)
|
||||
("guile-sqlite3" ,guile-sqlite3)
|
||||
("guile-syntax-highlight" ,guile-syntax-highlight)
|
||||
("guile-webutils" ,guile-webutils)
|
||||
("guile-xapian" ,guile-xapian)
|
||||
|
|
Loading…
Add table
Reference in a new issue