diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-10 20:21:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-10 22:25:14 +0200 |
commit | b612e54f172404cdba5e71bc4d3b97c26ec7ab0c (patch) | |
tree | 220d7b8ac15e94e438919a8c39948781294d73fb /gnu/packages/mail.scm | |
parent | 3308591fec2594d1a4b5cc7254650cd465609b28 (diff) | |
download | patches-b612e54f172404cdba5e71bc4d3b97c26ec7ab0c.tar patches-b612e54f172404cdba5e71bc4d3b97c26ec7ab0c.tar.gz |
gnu: offlineimap: Update to 7.1.2.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 51802229b0..f9418f6580 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.1") + (version "7.1.2") (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 - "00xpxh0pxcvv3mjgb3vq3x51v498dhqcaixyb3a4srmfgskzh956")))) + "0rnw7gpx3cp4irja5143haszgv4xhndc8wivhg8r0gpp6ig460vj")))) (build-system python-build-system) (native-inputs `(("asciidoc" ,asciidoc))) |