mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: mumi: Update to 0.0.1-6.8a45281.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-6.8a45281. [arguments]: Remove trailing #T.
This commit is contained in:
parent
0e8826824c
commit
13bc332ed5
1 changed files with 4 additions and 5 deletions
|
@ -4014,8 +4014,8 @@ (define-public tnef
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public mumi
|
||||
(let ((commit "9f070bd90adc67064cd8aff4e40f303d5957ef4a")
|
||||
(revision "5"))
|
||||
(let ((commit "8a45281801ade7524dbdee423c28b326051719de")
|
||||
(revision "6"))
|
||||
(package
|
||||
(name "mumi")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
|
@ -4027,7 +4027,7 @@ (define-public mumi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ym1j3nzy8qhd1ydadccbgm0nckkmnq3vnz9qh9x8rasx7zg1ldp"))))
|
||||
"0p1i66j721y5hwbdy97kv4gw892nx7xrdfjrs12fn90cwkl611mp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
@ -4053,8 +4053,7 @@ (define-public mumi
|
|||
`("GUILE_LOAD_PATH" ":" prefix
|
||||
(,scm ,(getenv "GUILE_LOAD_PATH")))
|
||||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix
|
||||
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))
|
||||
#t))))))
|
||||
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
||||
(inputs
|
||||
`(("guile-email" ,guile-email-latest)
|
||||
("guile-fibers" ,guile-fibers)
|
||||
|
|
Loading…
Reference in a new issue