mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: getmail6: Update to 6.18.11.
* gnu/packages/mail.scm (getmail6): Update to 6.18.11.
This commit is contained in:
parent
cdc76466e4
commit
0dd03c4c0d
1 changed files with 2 additions and 2 deletions
|
@ -1613,7 +1613,7 @@ (define-public muchsync
|
|||
(define-public getmail6
|
||||
(package
|
||||
(name "getmail6")
|
||||
(version "6.18.9")
|
||||
(version "6.18.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1622,7 +1622,7 @@ (define-public getmail6
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ch5hagkpybmkgg2wbb2mids3nbmjqgdqjhczzz7pvj4hx2m8fdb"))))
|
||||
"0dr2grcxnn21prv6dj8sd9c68zs1fxy00wc676rnghcs4yfnb78h"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (list #:tests? #f)) ;tests require docker
|
||||
(home-page "https://github.com/getmail6/getmail6")
|
||||
|
|
Loading…
Reference in a new issue