guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0a6675db70f933c5c80515d6a2a9483f3ca83a2f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 19 10:28:09 2025 +0000
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 cd109704c0..0177a96de6 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