me
/
guix
Archived
1
0
Fork 0

gnu: offlineimap: Update to 6.5.7.

* gnu/packages/mail.scm (offlineimap): Update to 6.5.7.
master
David Thompson 2015-08-16 10:29:08 -04:00
parent 497674280f
commit 07cd148c7a
1 changed files with 2 additions and 2 deletions

View File

@ -288,7 +288,7 @@ and corrections. It is based on a Bayesian filter.")
(define-public offlineimap
(package
(name "offlineimap")
(version "6.5.5")
(version "6.5.7")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
@ -296,7 +296,7 @@ and corrections. It is based on a Bayesian filter.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"00k84qagph3xnxss6rkxm61x07ngz8fvffx4z9jyw5baf3cdd32p"))))
"18whwc4f8nk8gi3mjw9153c9cvwd3i9i7njmpdbhcplrv33m5pmp"))))
(build-system python-build-system)
(native-inputs `(("python" ,python-2)))
(arguments