1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02: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:
Guillaume Le Vaillant
2021-11-24 13:35:52 +01:00
parent ff8afea9f7
commit e8a4908fde

View File

@@ -1775,8 +1775,7 @@ satisfying the test.")
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