guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: getmail: Update to 5.5.


From: Tobias Geerinckx-Rice
Subject: 01/08: gnu: getmail: Update to 5.5.
Date: Wed, 21 Feb 2018 09:03:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 219ec95c90e047ee0cd35c83fb8e505ef426cff9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Feb 21 03:43:38 2018 +0100

    gnu: getmail: Update to 5.5.
    
    * gnu/packages/mail.scm (getmail): Update to 5.5.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d7e76ac..6e8f9a7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]