guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8125f213f5ba34eef4a0155473a62efdcc77ba79
Author: jgart <[email protected]>
AuthorDate: Wed Jun 24 19:57:20 2026 +0100

    gnu: sbcl-slippery-chicken: Update to 1.1.0-2.50ea0ef.
    
    * gnu/packages/lisp-xyz.scm (sbcl-slippery-chicken): Update to
    1.1.0-2.50ea0ef.
    
    Change-Id: Ib65a68078df0888f5eb10c52542cd01019db1c4f
---
 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 755d52a6e6..7d7ba43617 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29768,8 +29768,8 @@ processes that doesn't run under Emacs.  Lisp processes 
created by
   (sbcl-package->clasp-package sbcl-slime-swank))
 
 (define-public sbcl-slippery-chicken
-  (let ((commit "bd57a217c12a0a2325a71286670c538915eeb4ba")
-        (revision "1"))
+  (let ((commit "50ea0ef02fe6e29f43c4683220004a31c09c1d1c")
+        (revision "2"))
     (package
       (name "sbcl-slippery-chicken")
       (version "1.1.0")
@@ -29781,7 +29781,7 @@ processes that doesn't run under Emacs.  Lisp processes 
created by
                  (commit commit)))
            (file-name (git-file-name "slippery-chicken" version))
            (sha256
-            (base32 "0i3kwbafnv0hxsxlnbwmqi82i9jac1n0l87yxkpkmq0np901impv"))))
+            (base32 "0jfjpbpldnj9bqpk32gqn6imphydzmzp63bdvw89h5216hk53c8m"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        (list

Reply via email to