me
/
guix
Archived
1
0
Fork 0

gnu: offlineimap: Update to 7.2.3.

* gnu/packages/mail.scm (offlineimap): Update to 7.2.3.
master
Marius Bakke 2019-02-17 15:48:16 +01:00
parent fa212dec64
commit 888f213780
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ and corrections. It is based on a Bayesian filter.")
(define-public offlineimap
(package
(name "offlineimap")
(version "7.2.2")
(version "7.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -500,7 +500,7 @@ and corrections. It is based on a Bayesian filter.")
(file-name (git-file-name name version))
(sha256
(base32
"11nj7y9fa7v6vcxk3wr8smfgm3mxxnmq3l8q69rrjxlfzcv7dl8m"))))
"18sdnhjldn8zs03bgqy1qa3ikmlfvyxcvwp3nbnv1a74biccqbpa"))))
(build-system python-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)))