gnu: imapfilter: Update to 2.6.12.
* gnu/packages/mail.scm (imapfilter): Update to 2.6.12.
This commit is contained in:
parent
b1d30f46c1
commit
88abd73eeb
|
@ -2556,7 +2556,7 @@ PGP handling, multiple servers, and secure connections.")
|
||||||
(define-public imapfilter
|
(define-public imapfilter
|
||||||
(package
|
(package
|
||||||
(name "imapfilter")
|
(name "imapfilter")
|
||||||
(version "2.6.11")
|
(version "2.6.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2565,7 +2565,7 @@ PGP handling, multiple servers, and secure connections.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cjnp7vqmgqym2zswabkmwlbj21r063vw7wkwxglj08z5qyjl5ps"))))
|
(base32 "0vzpc54fjf5vb5vx5w0fl20xvx1k9cg6a3hbl86mm8kwsqf3wrab"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in New Issue