Skip to content
Snippets Groups Projects
Commit 07cd148c authored by David Thompson's avatar David Thompson
Browse files

gnu: offlineimap: Update to 6.5.7.

* gnu/packages/mail.scm (offlineimap): Update to 6.5.7.
parent 49767428
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ (define-public bogofilter ...@@ -288,7 +288,7 @@ (define-public bogofilter
(define-public offlineimap (define-public offlineimap
(package (package
(name "offlineimap") (name "offlineimap")
(version "6.5.5") (version "6.5.7")
(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/"
...@@ -296,7 +296,7 @@ (define-public offlineimap ...@@ -296,7 +296,7 @@ (define-public offlineimap
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00k84qagph3xnxss6rkxm61x07ngz8fvffx4z9jyw5baf3cdd32p")))) "18whwc4f8nk8gi3mjw9153c9cvwd3i9i7njmpdbhcplrv33m5pmp"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs `(("python" ,python-2))) (native-inputs `(("python" ,python-2)))
(arguments (arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment