From 0a6675db70f933c5c80515d6a2a9483f3ca83a2f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 19 Dec 2025 10:28:09 +0000 Subject: [PATCH] gnu: getmail6: Update to 6.19.10. * gnu/packages/mail.scm (getmail6): Update to 6.19.10. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ic5065dad712115a22175e53a61b84b70d80334c0 --- gnu/packages/mail.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index cd109704c056f3c8d1f85f46788dceede44ba286..0177a96de6d2dec5a69873473574500d02460105 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1833,7 +1833,7 @@ pairs have previously synchronized.") (define-public getmail6 (package (name "getmail6") - (version "6.18.11") + (version "6.19.10") (source (origin (method git-fetch) (uri (git-reference @@ -1842,9 +1842,11 @@ pairs have previously synchronized.") (file-name (git-file-name name version)) (sha256 (base32 - "0dr2grcxnn21prv6dj8sd9c68zs1fxy00wc676rnghcs4yfnb78h")))) - (build-system python-build-system) + "04jjyjghw07yhk9hvjhhgfam26ia9xw44z32pd3lxc47p3x7ml2v")))) + (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;tests require docker + (native-inputs + (list python-setuptools)) (home-page "https://github.com/getmail6/getmail6") (synopsis "Mail retriever") (description