~ruther/guix-local

0a6675db70f933c5c80515d6a2a9483f3ca83a2f — Sharlatan Hellseher 2 months ago 6b1bb5f
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
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +5 -3
@@ 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