guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: offlineimap: Update to 7.1.5.


From: Tobias Geerinckx-Rice
Subject: 02/07: gnu: offlineimap: Update to 7.1.5.
Date: Sat, 13 Jan 2018 10:31:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 864f3f1d04232fd0347df02cbd6ef1ad35cf629b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 13 14:57:36 2018 +0100

    gnu: offlineimap: Update to 7.1.5.
    
    * gnu/packages/mail.scm (offlineimap): Update to 7.1.5.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c415e85..90974ab 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -22,7 +22,7 @@
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Kyle Meyer <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Rene Saavedra <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -429,7 +429,7 @@ and corrections.  It is based on a Bayesian filter.")
 (define-public offlineimap
   (package
     (name "offlineimap")
-    (version "7.1.4")
+    (version "7.1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/OfflineIMAP/offlineimap/";
@@ -437,7 +437,7 @@ and corrections.  It is based on a Bayesian filter.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0m34iks3l9p6shqkgfhfpiccglm6gk5nj98x20pvahl58nclmzn6"))))
+                "1qa3km3s3yhmpgzh76dnzwn22aa8fh39814zgnlyhs07l23ffa4f"))))
     (build-system python-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)))



reply via email to

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