guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: cl-html-encode: Fix source tarball name.


From: guix-commits
Subject: 01/03: gnu: cl-html-encode: Fix source tarball name.
Date: Wed, 24 Nov 2021 08:29:57 -0500 (EST)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit e8a4908fded2fee46648b192062ca8db780a299f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Nov 24 13:35:52 2021 +0100

    gnu: cl-html-encode: Fix source tarball name.
    
    * gnu/packages/lisp-xyz.scp (sbcl-html-encode)[source]: Remove 'file-name'
      field.
---
 gnu/packages/lisp-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fb3461c..05832c9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]