gnu: offlineimap: Update to 6.6.1.

* gnu/packages/mail.scm (offlineimap): Update to 6.6.1.
This commit is contained in:
Efraim Flashner 2015-12-30 10:49:32 +02:00
parent 3d5fd24090
commit 31e98ca63f

View file

@ -285,7 +285,7 @@ (define-public bogofilter
(define-public offlineimap (define-public offlineimap
(package (package
(name "offlineimap") (name "offlineimap")
(version "6.6.0") (version "6.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/" (uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
@ -293,7 +293,7 @@ (define-public offlineimap
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1x33zxjm3y2p54lbcsgflrs6v2zq785y2k0xi6xia6akrvjmh4n4")))) "1c2b03856a78ripkpl9jjzj6yzyfb3rlrdnjx300s647l1xx8gxg"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs `(("python" ,python-2))) (native-inputs `(("python" ,python-2)))
(arguments (arguments
@ -302,7 +302,7 @@ (define-public offlineimap
;; Tests require a modifiable IMAP account. ;; Tests require a modifiable IMAP account.
#:tests? #f)) #:tests? #f))
(home-page "http://www.offlineimap.org") (home-page "http://www.offlineimap.org")
(synopsis "Synch emails between two repositories") (synopsis "Sync emails between two repositories")
(description (description
"OfflineImap synchronizes emails between two repositories, so that you "OfflineImap synchronizes emails between two repositories, so that you
can read the same mailbox from multiple computers. It supports IMAP as REMOTE can read the same mailbox from multiple computers. It supports IMAP as REMOTE