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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 43bb79fc29 gnu: sbcl-clss: Update to 0.3.1-3.cd5f603
43bb79fc29 is described below

commit 43bb79fc29e7f4f2ea06be138df195609b11ea97
Author: Omar Bassam <[email protected]>
AuthorDate: Sat Aug 30 10:30:12 2025 +0300

    gnu: sbcl-clss: Update to 0.3.1-3.cd5f603
    
    * gnu/packages/lisp-xyz.scm (sbcl-clss): Update to 0.3.1-3.cd5f603
    
    Change-Id: I479a79b1a1d3ac45ef31d9c02cc187fa072bf219
    Signed-off-by: Omar Bassam <[email protected]>
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/lisp-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f0c5a99edf..1c9ed7c431 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12205,8 +12205,8 @@ interfaces as well as a functional and an object 
oriented interface.")
           `(cons "clsql-cffi" ,asd-systems)))))))
 
 (define-public sbcl-clss
-  (let ((revision "2")
-        (commit "f62b849189c5d1be378f0bd3d403cda8d4fe310b"))
+  (let ((revision "3")
+        (commit "cd5f603e8207ec23c147c5cfda636ef8273a7525"))
     (package
       (name "sbcl-clss")
       (version (git-version "0.3.1" revision commit))
@@ -12215,10 +12215,10 @@ interfaces as well as a functional and an object 
oriented interface.")
          (method git-fetch)
          (uri
           (git-reference
-           (url "https://github.com/Shinmera/clss";)
+           (url "https://codeberg.org/shinmera/clss";)
            (commit commit)))
          (sha256
-          (base32 "1033dchpanhcgxl5qfhr80aw9adbp9bvllhzvvy5p9mrfnidd1fv"))
+          (base32 "15wh1zafamxc5z5hni9ni72xg4n24am2xfqv7fwwhfw1sl06bcm2"))
          (file-name (git-file-name name version))))
       (inputs
        (list sbcl-array-utils sbcl-plump))
@@ -12226,7 +12226,7 @@ interfaces as well as a functional and an object 
oriented interface.")
       (synopsis "DOM tree searching engine based on CSS selectors")
       (description "CLSS is a DOM traversal engine based on CSS
 selectors.  It makes use of the Plump-DOM and is used by lQuery.")
-      (home-page "https://github.com/Shinmera/clss";)
+      (home-page "https://codeberg.org/shinmera/clss";)
       (license license:zlib))))
 
 (define-public cl-clss

Reply via email to