guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: getmail: Update to 5.4.


From: Thomas Danckaert
Subject: 01/01: gnu: getmail: Update to 5.4.
Date: Sat, 7 Oct 2017 15:56:51 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit 06ebba151b336000e158549515ca569d7b795b04
Author: ng0 <address@hidden>
Date:   Thu Oct 5 19:12:56 2017 +0000

    gnu: getmail: Update to 5.4.
    
    * gnu/packages/mail.scm (getmail): Update to 5.4.
---
 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 cc3977e..e856a85 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



reply via email to

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