diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-21 03:43:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-21 15:02:46 +0100 |
commit | 219ec95c90e047ee0cd35c83fb8e505ef426cff9 (patch) | |
tree | 00506fc252761742703119b6de70c78f157b3c1a /gnu/packages/mail.scm | |
parent | 781d721a8285712ea3e2e9dddc860cc0d1fd4616 (diff) | |
download | patches-219ec95c90e047ee0cd35c83fb8e505ef426cff9.tar patches-219ec95c90e047ee0cd35c83fb8e505ef426cff9.tar.gz |
gnu: getmail: Update to 5.5.
* gnu/packages/mail.scm (getmail): Update to 5.5.
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 d7e76ac3e5..6e8f9a74ae 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -907,7 +907,7 @@ and search library.") (define-public getmail (package (name "getmail") - (version "5.4") + (version "5.5") (source (origin (method url-fetch) @@ -915,7 +915,7 @@ and search library.") name "-" version ".tar.gz")) (sha256 (base32 - "1iwss9z94p165gxr2yw7s9q12a0bn71fcdbikzkykr5s7xxnz2ds")))) + "0l43lbnrnyyrq8mlnw37saq6v0mh3nkirdq1dwnsrihykzjjwf70")))) (build-system python-build-system) (arguments `(#:tests? #f ; no tests |