mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: offlineimap: Update to 6.7.0.1.
* gnu/packages/mail.scm (offlineimap): Update to 6.7.0.1.
This commit is contained in:
parent
e1963db750
commit
e238026916
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ (define-public bogofilter
|
|||
(define-public offlineimap
|
||||
(package
|
||||
(name "offlineimap")
|
||||
(version "6.7.0")
|
||||
(version "6.7.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
|
||||
|
@ -300,7 +300,7 @@ (define-public offlineimap
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0462mal2fxvavxhwjk1a6vsnspx07yniifa687dwg46aplqznin4"))))
|
||||
"1ys26v2w3vws08acjs7w5irjgahdxyad00pmj7fhcx91hbvizs80"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs `(("python" ,python-2)))
|
||||
(inputs `(("python2-pysqlite" ,python2-pysqlite)))
|
||||
|
|
Loading…
Reference in a new issue