guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-cl-tld: Update to 20211117.


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-tld: Update to 20211117.
Date: Wed, 17 Nov 2021 03:37:16 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4eb7ec5  gnu: sbcl-cl-tld: Update to 20211117.
4eb7ec5 is described below

commit 4eb7ec53dd39c146bbcccd37f49a6f0a17bb2a13
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Nov 17 09:36:33 2021 +0100

    gnu: sbcl-cl-tld: Update to 20211117.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-tld): Update to 20211117.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4b17c17..da03624 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18873,10 +18873,10 @@ This package provides the text-based interface for 
Chemboy.")
 
 (define-public sbcl-cl-tld
   ;; No release.
-  (let ((commit "6529c70042cf6e82be39bc522e87ad87da08f1c9"))
+  (let ((commit "f5014da8d831fa9481d4181d4450f10a52850c75"))
     (package
       (name "sbcl-cl-tld")
-      (version (git-version "0.1" "1" commit))
+      (version (git-version "0.1" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -18885,7 +18885,7 @@ This package provides the text-based interface for 
Chemboy.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1l6f0sak90pqjzkrjg0cyk7gv9h8gwpfvc0964z98dw2nj3hakqb"))))
+          (base32 "0sxnn35gzdby1ixil6zbjg72vli9fcspwzsqimqk455310syx9iv"))))
       (build-system asdf-build-system/sbcl)
       (home-page "https://github.com/lu4nx/cl-tld/";)
       (synopsis "Extract the Top Level Domain from domains, in Common Lisp")



reply via email to

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