me
/
guix
Archived
1
0
Fork 0

gnu: getmail: Update to 5.16.

* gnu/packages/mail.scm (getmail): Update to 5.16.
Tobias Geerinckx-Rice 2022-01-11 11:22:35 +00:00
parent 624d3f6641
commit ac50046d23
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1537,14 +1537,14 @@ pairs have previously synchronized.")
(define-public getmail (define-public getmail
(package (package
(name "getmail") (name "getmail")
(version "5.15") (version "5.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://pyropus.ca/software/getmail/old-versions/" (uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
"getmail-" version ".tar.gz")) "getmail-" version ".tar.gz"))
(sha256 (sha256
(base32 "0ahn2jyj4ka996qzs99id59pwxv6sqxp61g7drcf53rzzigq0lyl")))) (base32 "1yk7lrndbfsrbdxikwzdqvadryqsldalxdn3a184dg4sxzmgis3a"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests