Archived
1
0
Fork 0

gnu: fetchmail: Update to 6.4.37.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-02 02:00:01 +02:00
parent d235e4daea
commit 53e759fbde
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -566,7 +566,7 @@ to run without any changes.")
(define-public fetchmail (define-public fetchmail
(package (package
(name "fetchmail") (name "fetchmail")
(version "6.4.23") (version "6.4.37")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -574,7 +574,7 @@ to run without any changes.")
(version-major+minor version) "/" (version-major+minor version) "/"
"fetchmail-" version ".tar.xz")) "fetchmail-" version ".tar.xz"))
(sha256 (sha256
(base32 "001394gxji89hfh6jcdrmv9ndimdsz7bndd55i516c8lfc9mwyjz")))) (base32 "1sk9grjiibmaq8swfkr30vbfdz2i4ra1xrvsqdmbx6iyi5fjw62a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list openssl)) (list openssl))