mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: offlineimap: Update to 7.0.7.
* gnu/packages/mail.scm (offlineimap): Update to 7.0.7.
This commit is contained in:
parent
951da521a9
commit
b8367c0090
1 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ (define-public bogofilter
|
|||
(define-public offlineimap
|
||||
(package
|
||||
(name "offlineimap")
|
||||
(version "7.0.6")
|
||||
(version "7.0.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
|
||||
|
@ -310,7 +310,7 @@ (define-public offlineimap
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1msg0v5i3v4mvjm2c5alzz91dk5y20h4xdr60lcz3507fv80407m"))))
|
||||
"1719xnw0xah5knypd5vrpsxi337576q1r8axpziw8wa7zms7abl0"))))
|
||||
(build-system python-build-system)
|
||||
(inputs `(("python2-pysqlite" ,python2-pysqlite)
|
||||
("python2-six" ,python2-six)))
|
||||
|
|
Loading…
Reference in a new issue