gnu: offlineimap: Update to 7.3.3.

* gnu/packages/mail.scm (offlineimap): Update to 7.3.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Tim Gesthuizen 2020-10-13 14:17:53 +02:00 committed by Efraim Flashner
parent 7a5d13786b
commit d763e3c746
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -35,6 +35,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Alexey Abramov <levenson@mmer.org> ;;; Copyright © 2020 Alexey Abramov <levenson@mmer.org>
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -776,7 +777,7 @@ (define-public bogofilter
(define-public offlineimap (define-public offlineimap
(package (package
(name "offlineimap") (name "offlineimap")
(version "7.2.4") (version "7.3.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -785,12 +786,14 @@ (define-public offlineimap
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0h5q5nk2p2vx86w6rrbs7v70h81dpqqr68x6l3klzl3m0yj9agb1")))) "1gg8ry67i20qapj4z20am9bm67m2q28kixcj7ja75m897vhzarnq"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("asciidoc" ,asciidoc))) `(("asciidoc" ,asciidoc)))
(inputs `(("python2-pysqlite" ,python2-pysqlite) (inputs
("python2-six" ,python2-six))) `(("python2-pysqlite" ,python2-pysqlite)
("python2-rfc6555" ,python2-rfc6555)
("python2-six" ,python2-six)))
(arguments (arguments
;; The setup.py script expects python-2. ;; The setup.py script expects python-2.
`(#:python ,python-2 `(#:python ,python-2