mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fdm: Update to 2.0.
* gnu/packages/mail.scm (fdm): Update to 2.0. [source]: Remove redundant FILE-NAME.
This commit is contained in:
parent
dc8871efbe
commit
9a0681d149
1 changed files with 3 additions and 5 deletions
|
@ -1728,15 +1728,13 @@ (define-public esmtp
|
|||
(define-public fdm
|
||||
(package
|
||||
(name "fdm")
|
||||
(version "1.9")
|
||||
(version "2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/nicm/fdm/releases/download/"
|
||||
version "/fdm-"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
version "/fdm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "054rscijahiza5f9qha79rg3siji3bk5mk10f8c2vqx7m4w6qh8n"))))
|
||||
(base32 "196fs1z8y7p12wmqn1bylzz94szl58yv2aby3p30nmwjnyv8rch6"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("tdb" ,tdb)
|
||||
|
|
Loading…
Reference in a new issue