diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-24 09:56:29 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-24 09:56:38 +0100 |
commit | 79c813d416da357d852c9b2859c9cee446a7294b (patch) | |
tree | d60214c1062ab778a2fd7e9cf15dbfca54d1887f /gnu | |
parent | 22d11dab8b09d8aed780d5c1086c9e8e5589bc70 (diff) | |
download | guix-79c813d416da357d852c9b2859c9cee446a7294b.tar.gz guix-79c813d416da357d852c9b2859c9cee446a7294b.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5f670dd774..09ef888ed9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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") |