guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: offlineimap: Update to 7.1.3.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: offlineimap: Update to 7.1.3.
Date: Sun, 8 Oct 2017 11:47:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 71b7950e24e599bd0b3dee85b550eaa62015d053
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 8 17:40:45 2017 +0200

    gnu: offlineimap: Update to 7.1.3.
    
    * gnu/packages/mail.scm (offlineimap): Update to 7.1.3.
---
 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 e856a85..ddf5836 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -416,7 +416,7 @@ and corrections.  It is based on a Bayesian filter.")
 (define-public offlineimap
   (package
     (name "offlineimap")
-    (version "7.1.2")
+    (version "7.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/OfflineIMAP/offlineimap/";
@@ -424,7 +424,7 @@ and corrections.  It is based on a Bayesian filter.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0rnw7gpx3cp4irja5143haszgv4xhndc8wivhg8r0gpp6ig460vj"))))
+                "0iaznh8q3fmia43r0600vrd3w8njis1x65ry9fv3zsyx0ili1z02"))))
     (build-system python-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)))



reply via email to

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