From ecf839fc0a6f93aebbfefb4868caf0d94470d4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Wed, 15 Jan 2025 10:57:28 +0800 Subject: [PATCH] gnu: python-imap-tools: Update to 1.9.0. * gnu/packages/python-web.scm (python-imap-tools): Update to 1.9.0. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1daf6ab61335002c4d66c7272c6a81773e40e56b --- gnu/packages/python-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3aa1f797c21fb1289addacfcf24a6aaebc03e0bc..f577493956722c3772eeea50091e6441d3beeedc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8397,7 +8397,7 @@ challenges.") (define-public python-imap-tools (package (name "python-imap-tools") - (version "1.6.0") + (version "1.9.0") (source (origin (method git-fetch) ; no tests in PyPI release @@ -8406,7 +8406,7 @@ challenges.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0w4x5l5w7rz1mrmbbjbfqbf3f5p89wi2fw245yvg8k98zgy012sg")))) + (base32 "0iawc6shxn8p0ysiqiahfic5rp1r16f7rfn11c8y2fl8falckynr")))) (arguments (list #:test-flags @@ -8419,7 +8419,7 @@ challenges.") " and not test_live")))) (build-system pyproject-build-system) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/ikvk/imap_tools") (synopsis "Work with email and mailbox by IMAP") (description