3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fdm: Update to 2.1.

* gnu/packages/mail.scm (fdm): Update to 2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-12 02:00:02 +02:00
parent 9cc2fe90e8
commit 37e64eed03
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2424,13 +2424,13 @@ compatibility shims for the @command{sendmail}, @command{mailq}, and
(define-public fdm
(package
(name "fdm")
(version "2.0")
(version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/nicm/fdm/releases/download/"
version "/fdm-" version ".tar.gz"))
(sha256
(base32 "196fs1z8y7p12wmqn1bylzz94szl58yv2aby3p30nmwjnyv8rch6"))))
(base32 "1zxd5j5x2gp6m62j83xsjyfglw1p6gn4zk5qx10djdh8xzkg53c5"))))
(build-system gnu-build-system)
(inputs
(list tdb openssl zlib))