summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-25 01:04:59 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-25 01:06:10 +0200
commite220b77828e9a4ccf5748771b6d61be7a3c84dae (patch)
tree2bd65b935dab9c6c38f47df2b08f32128bd73d3f /gnu
parent52c86fe8c9df402ee5046a6b0daf9138f0bcf3d5 (diff)
gnu: python-imap-tools: Update to 0.29.0.
* gnu/packages/python-web.scm (python-imap-tools): Update to 0.29.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index da0a986084..1b6f0290ab 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5168,14 +5168,14 @@ challenges.")
(define-public python-imap-tools
(package
(name "python-imap-tools")
- (version "0.27.0")
+ (version "0.29.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imap_tools" version))
(sha256
(base32
- "0zd3dkahjc3np9b9zs9cqgmif1gd64ykl1ydw60k5l5zli4ydlk8"))))
+ "0x122jwpc74wwyw2rsv2fvh6p12y31019ndfr9717jzjkj2d3lhb"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; tests require internet access
(home-page "https://github.com/ikvk/imap_tools")