guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: offlineimap: Update to 7.0.7.


From: Efraim Flashner
Subject: 01/01: gnu: offlineimap: Update to 7.0.7.
Date: Thu, 22 Sep 2016 08:22:28 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit b8367c00909eb8df23af3b532d44c64d7015e7e7
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 22 11:19:11 2016 +0300

    gnu: offlineimap: Update to 7.0.7.
    
    * gnu/packages/mail.scm (offlineimap): Update to 7.0.7.
---
 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 c81dd09..09c15e2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -302,7 +302,7 @@ and corrections.  It is based on a Bayesian filter.")
 (define-public offlineimap
   (package
     (name "offlineimap")
-    (version "7.0.6")
+    (version "7.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/OfflineIMAP/offlineimap/";
@@ -310,7 +310,7 @@ and corrections.  It is based on a Bayesian filter.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1msg0v5i3v4mvjm2c5alzz91dk5y20h4xdr60lcz3507fv80407m"))))
+                "1719xnw0xah5knypd5vrpsxi337576q1r8axpziw8wa7zms7abl0"))))
     (build-system python-build-system)
     (inputs `(("python2-pysqlite" ,python2-pysqlite)
               ("python2-six" ,python2-six)))



reply via email to

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