me
/
guix
Archived
1
0
Fork 0

gnu: offlineimap: Update to 6.6.0.

* gnu/packages/mail.scm (offlineimap): Update to 6.6.0.
master
Efraim Flashner 2015-12-20 21:39:18 +02:00
parent b5d47a5a53
commit 54b7f63a72
1 changed files with 2 additions and 2 deletions

View File

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