gnu: python-imap-tools: Update to 0.29.0.

* gnu/packages/python-web.scm (python-imap-tools): Update to 0.29.0.
This commit is contained in:
Ludovic Courtès 2020-10-25 01:04:59 +02:00
parent 52c86fe8c9
commit e220b77828
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5168,14 +5168,14 @@ (define-public python-cloudscraper
(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")