mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: cl-html-encode: Fix source tarball name.
* gnu/packages/lisp-xyz.scp (sbcl-html-encode)[source]: Remove 'file-name' field.
This commit is contained in:
parent
ff8afea9f7
commit
e8a4908fde
1 changed files with 1 additions and 2 deletions
|
@ -1775,8 +1775,7 @@ (define-public sbcl-html-encode
|
|||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf"))
|
||||
(file-name (string-append "colorize" version "-checkout"))))
|
||||
"06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(synopsis "Common Lisp library for encoding text in various web-savvy encodings")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue