mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: fdm: Update to 2.2.
* gnu/packages/mail.scm (fdm): Update to 2.2.
This commit is contained in:
parent
0dd03c4c0d
commit
8a36ec67fc
1 changed files with 2 additions and 2 deletions
|
@ -2482,13 +2482,13 @@ (define-public esmtp
|
|||
(define-public fdm
|
||||
(package
|
||||
(name "fdm")
|
||||
(version "2.1")
|
||||
(version "2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/nicm/fdm/releases/download/"
|
||||
version "/fdm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zxd5j5x2gp6m62j83xsjyfglw1p6gn4zk5qx10djdh8xzkg53c5"))))
|
||||
(base32 "05kczdk44cbk3rg77rwgp47hw75al6b09wlv3cff4d4qh8bx3ajk"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list tdb openssl zlib))
|
||||
|
|
Loading…
Reference in a new issue