gnu: discount: Remove bogus FILE-NAME.

The upstream name is fine.

* gnu/packages/markup.scm (discount)[source]: Remove FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-11 18:52:46 +02:00
parent b01a879007
commit 743c5be2d6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ convert it to structurally valid XHTML (or HTML).")
(uri (string-append
"http://www.pell.portland.or.us/~orc/Code/"
name "/" name "-" version ".tar.bz2"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc"))))