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

* gnu/packages/python-web.scm (python-imap-tools): Update to 1.6.0.
[source]: Adjust PyPI package name for source distribution as seen in
<https://pypi.org/project/imap-tools/#files>.

Change-Id: I943edd19526879b7945693e29a21113ac9b6e0b1
This commit is contained in:
Sharlatan Hellseher 2024-04-24 09:56:29 +01:00
parent 22d11dab8b
commit 79c813d416
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -7427,14 +7427,14 @@ challenges.")
(define-public python-imap-tools
(package
(name "python-imap-tools")
(version "0.29.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imap_tools" version))
(uri (pypi-uri "imap-tools" version))
(sha256
(base32
"0x122jwpc74wwyw2rsv2fvh6p12y31019ndfr9717jzjkj2d3lhb"))))
"168nf1xbqbgqqrpqpvj6zbhdlllg34c0pm3mwz8ac62ylc37mj8z"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; tests require internet access
(home-page "https://github.com/ikvk/imap_tools")