guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: offlineimap: Update to 7.0.8.


From: Efraim Flashner
Subject: 07/08: gnu: offlineimap: Update to 7.0.8.
Date: Sat, 8 Oct 2016 20:27:22 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6e185f74b76c104637caa42484d2bf7d804989c3
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 8 22:29:43 2016 +0300

    gnu: offlineimap: Update to 7.0.8.
    
    * gnu/packages/mail.scm (offlineimap): Update to 7.0.8.
---
 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 09c15e2..baa5a96 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.7")
+    (version "7.0.8")
     (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
-                "1719xnw0xah5knypd5vrpsxi337576q1r8axpziw8wa7zms7abl0"))))
+                "0smxh5ag3cbn92kp49jq950j5m2pivs9kr04prpd1lw62hy7gnhr"))))
     (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]