me
/
guix
Archived
1
0
Fork 0

gnu: fetchmail: Update to 6.4.37.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
master
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
1 changed files with 2 additions and 2 deletions

View File

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