guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: offlineimap: Update to 7.1.0.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: offlineimap: Update to 7.1.0.
Date: Sat, 15 Apr 2017 20:17:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34529f8d356a9c6032733c0e8adc3e80d29b006f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 16 01:25:52 2017 +0200

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7fa7ad5..dd33130 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -22,6 +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>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -418,7 +419,7 @@ and corrections.  It is based on a Bayesian filter.")
 (define-public offlineimap
   (package
     (name "offlineimap")
-    (version "7.0.14")
+    (version "7.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/OfflineIMAP/offlineimap/";
@@ -426,7 +427,7 @@ and corrections.  It is based on a Bayesian filter.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0i5dvygps1ai2qwgamab8kngrp0c5m3bgaw0jk34l8ypsk54wj8r"))))
+                "1r0sbgwyirpbks82ri9g88raf3mp8shq9rg0r92gkr7h6888v6fw"))))
     (build-system python-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)))



reply via email to

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