gnu: offlineimap: Update to 6.6.1.
* gnu/packages/mail.scm (offlineimap): Update to 6.6.1.
This commit is contained in:
parent
3d5fd24090
commit
31e98ca63f
|
@ -285,7 +285,7 @@ and corrections. It is based on a Bayesian filter.")
|
||||||
(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 @@ and corrections. It is based on a Bayesian filter.")
|
||||||
(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 @@ and corrections. It is based on a Bayesian filter.")
|
||||||
;; 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
|
||||||
|
|
Loading…
Reference in New Issue