diff options
author | ng0 <ng0@infotropique.org> | 2017-10-05 19:12:56 +0000 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-10-07 21:56:22 +0200 |
commit | 06ebba151b336000e158549515ca569d7b795b04 (patch) | |
tree | 4600435df63fe86d8c1301b4d7cdd8818d0224bb /gnu | |
parent | 3202d601a82022c5e9563b60db5b9a6458593ac8 (diff) | |
download | guix-06ebba151b336000e158549515ca569d7b795b04.tar guix-06ebba151b336000e158549515ca569d7b795b04.tar.gz |
gnu: getmail: Update to 5.4.
* gnu/packages/mail.scm (getmail): Update to 5.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index cc3977e2c3..e856a85531 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -811,7 +811,7 @@ and search library.") (define-public getmail (package (name "getmail") - (version "5.1") + (version "5.4") (source (origin (method url-fetch) @@ -819,7 +819,7 @@ and search library.") name "-" version ".tar.gz")) (sha256 (base32 - "0zh220vx10wi6x61qi0mjayjxgvllk9f6vd4hjrgzha1xbjj0vix")))) + "1iwss9z94p165gxr2yw7s9q12a0bn71fcdbikzkykr5s7xxnz2ds")))) (build-system python-build-system) (arguments `(#:tests? #f ; no tests |