From 0b642ba6282fbbe530960397fc04b18f5bf25902 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 10 Feb 2024 11:24:06 +0100 Subject: [PATCH] Use v2.29 for slime --- sbcl-nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index 9fed43d..c4db80e 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -320,7 +320,7 @@ write_files: content: | #!/bin/bash # Clone the SLIME repository for a specific branch and depth - git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git ~/slime + git clone --depth 1 --branch v2.29 https://github.com/slime/slime.git ~/slime - path: /home/cl/setup_user_all.sh owner: 'cl:cl'