guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cl-slime-swank: Update to 2.28-1.735258a.


From: guix-commits
Subject: 02/03: gnu: cl-slime-swank: Update to 2.28-1.735258a.
Date: Wed, 15 Nov 2023 09:18:02 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 0d55b7b06e650c744030cd7707c3513ad8606a7c
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Nov 13 10:24:11 2023 +0200

    gnu: cl-slime-swank: Update to 2.28-1.735258a.
    
    * gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.28-1.735258a.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
    Change-Id: I109d71f8184ec1b1a3f8ad30b11e57f4280ae916
---
 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 7f00a08203..760d0e9e45 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3607,8 +3607,8 @@ writing code that contains string literals that contain 
code themselves.")
   (sbcl-package->ecl-package sbcl-pythonic-string-reader))
 
 (define-public sbcl-slime-swank
-  (let ((commit "0cc2e736112a0bc2a048ef6efd11dd67e3fbf7ad")
-        (revision "0"))
+  (let ((commit "735258a26bb97e85d25f39e4bef83c1f80c12f5d")
+        (revision "1"))
     (package
       (name "sbcl-slime-swank")
       (version (git-version "2.28" revision commit))
@@ -3620,7 +3620,7 @@ writing code that contains string literals that contain 
code themselves.")
                (url "https://github.com/slime/slime/";)
                (commit commit)))
          (sha256
-          (base32 "0iq9r4007rrnabj290y79i926x2m4j20j6b0x701pkywz926sn02"))
+          (base32 "0prskgzfqjmn8sc7p9nklnd0n1plwcvh40slgh23km31raplmzk7"))
          (modules '((guix build utils)))
          (snippet
           ;; The doc folder drags `gawk' into the closure.  Doc is already



reply via email to

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