diff options
author | ng0 <ng0@infotropique.org> | 2017-07-15 22:26:50 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-22 20:34:47 -0400 |
commit | 9478c05955643f8ff95dabccc1e42b20abb88049 (patch) | |
tree | 1cc845399d3a7865a4426df6945b47110de1a4ab | |
parent | f3f68a442c1c40438078c24c0869e22c08f30c48 (diff) | |
download | patches-9478c05955643f8ff95dabccc1e42b20abb88049.tar patches-9478c05955643f8ff95dabccc1e42b20abb88049.tar.gz |
gnu: getmail: Update to 5.1.
* gnu/packages/mail.scm (getmail): Update to 5.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
-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 0d1d399904..7374cdda1f 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -805,7 +805,7 @@ and search library.") (define-public getmail (package (name "getmail") - (version "4.52.0") + (version "5.1") (source (origin (method url-fetch) @@ -813,7 +813,7 @@ and search library.") name "-" version ".tar.gz")) (sha256 (base32 - "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni")))) + "0zh220vx10wi6x61qi0mjayjxgvllk9f6vd4hjrgzha1xbjj0vix")))) (build-system python-build-system) (arguments `(#:tests? #f ; no tests |