diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-06 18:29:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-06 18:44:20 +0100 |
commit | 222679d2d97711f0d4fd6ec9e48f137783ab7bf4 (patch) | |
tree | 269f2324250c8a893ebf5acc19f32e924d344166 /gnu/packages/mail.scm | |
parent | bb0e62a1d03e561ead3ffc49f1b4f62e98b833ee (diff) |
gnu: getmail: Update to 5.15.
* gnu/packages/mail.scm (getmail): Update to 5.15.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 d90bfead72..dd166ca97b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1438,14 +1438,14 @@ pairs have previously synchronized.") (define-public getmail (package (name "getmail") - (version "5.14") + (version "5.15") (source (origin (method url-fetch) (uri (string-append "http://pyropus.ca/software/getmail/old-versions/" "getmail-" version ".tar.gz")) (sha256 - (base32 "1hcrd9h4g12f5gvl1djsbchcjry02ghq4icdr897s8v48pkrzagk")))) + (base32 "0ahn2jyj4ka996qzs99id59pwxv6sqxp61g7drcf53rzzigq0lyl")))) (build-system python-build-system) (arguments `(#:tests? #f ; no tests |