gnu: fdm: Update to 2.0.
* gnu/packages/mail.scm (fdm): Update to 2.0. [source]: Remove redundant FILE-NAME.master
parent
dc8871efbe
commit
9a0681d149
|
@ -1728,15 +1728,13 @@ compatibility shims for the @command{sendmail}, @command{mailq}, and
|
||||||
(define-public fdm
|
(define-public fdm
|
||||||
(package
|
(package
|
||||||
(name "fdm")
|
(name "fdm")
|
||||||
(version "1.9")
|
(version "2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/nicm/fdm/releases/download/"
|
(uri (string-append "https://github.com/nicm/fdm/releases/download/"
|
||||||
version "/fdm-"
|
version "/fdm-" version ".tar.gz"))
|
||||||
version ".tar.gz"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "054rscijahiza5f9qha79rg3siji3bk5mk10f8c2vqx7m4w6qh8n"))))
|
(base32 "196fs1z8y7p12wmqn1bylzz94szl58yv2aby3p30nmwjnyv8rch6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("tdb" ,tdb)
|
`(("tdb" ,tdb)
|
||||||
|
|
Reference in New Issue