[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: offlineimap: Update to 7.0.13.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: gnu: offlineimap: Update to 7.0.13. |
Date: |
Fri, 27 Jan 2017 20:51:39 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit d61b2482dfbf5428b6ea366b4daa9aba8209c169
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 27 21:05:57 2017 +0100
gnu: offlineimap: Update to 7.0.13.
* gnu/packages/mail.scm (offlineimap): Update to 7.0.13.
---
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 2318ae9..b17af40 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -327,7 +327,7 @@ and corrections. It is based on a Bayesian filter.")
(define-public offlineimap
(package
(name "offlineimap")
- (version "7.0.12")
+ (version "7.0.13")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
@@ -335,7 +335,7 @@ and corrections. It is based on a Bayesian filter.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1m1lp7wxnra8k7lsqc8xlm5giy3i89wvmp35jjb1gf4yslpddnkz"))))
+ "1kl72wcxnxb4y5lm2f7ymwjsisnnpwb4w971ajkxlsiwjhzq8i7p"))))
(build-system python-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)