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:
Guillaume Le Vaillant 2021-11-24 13:35:52 +01:00
parent ff8afea9f7
commit e8a4908fde
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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