[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/18: gnu: cl-slynk: Update to 1.0.43-9.9c43bf6.
From: |
guix-commits |
Subject: |
18/18: gnu: cl-slynk: Update to 1.0.43-9.9c43bf6. |
Date: |
Thu, 9 Nov 2023 09:33:35 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 42bec70a91d2205371c96287bcf565dcc5f5dd74
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Thu Nov 2 11:19:41 2023 +0200
gnu: cl-slynk: Update to 1.0.43-9.9c43bf6.
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-9.9c43bf6.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I84ff141b7eefff470f72493d02f2cc24f02db7cf
---
gnu/packages/lisp-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3f1dcc8952..7f00a08203 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2256,8 +2256,9 @@ antialiased TrueType font rendering using CLX and XRender
extension.")
(sbcl-package->ecl-package sbcl-clx-truetype))
(define-public sbcl-slynk
- (let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
- (revision "8"))
+ ;; Update together with emacs-sly.
+ (let ((commit "9c43bf65b967e12cef1996f1af5f0671d8aecbf4")
+ (revision "9"))
(package
(name "sbcl-slynk")
(version (git-version "1.0.43" revision commit))
@@ -2269,7 +2270,7 @@ antialiased TrueType font rendering using CLX and XRender
extension.")
(url "https://github.com/joaotavora/sly")
(commit commit)))
(sha256
- (base32 "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))
+ (base32 "15nyr02ykkws4q79jcmxcawddg8sgq9v5l8k7jv7gg3hnpzxjlb2"))
(file-name (git-file-name "cl-slynk" version))))
(build-system asdf-build-system/sbcl)
(outputs '("out" "image"))
- 10/18: gnu: cl-mathstats: Update source URL., (continued)
- 10/18: gnu: cl-mathstats: Update source URL., guix-commits, 2023/11/09
- 11/18: gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405., guix-commits, 2023/11/09
- 12/18: gnu: cl-containers: Update to 0.12.1-4.781ebfe., guix-commits, 2023/11/09
- 13/18: gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337., guix-commits, 2023/11/09
- 17/18: gnu: emacs-sly: Update to 1.0.43-9.9c43bf6., guix-commits, 2023/11/09
- 07/18: gnu: cl-metacopy: Add ECL build., guix-commits, 2023/11/09
- 09/18: gnu: cl-trivial-timeout: Enable tests., guix-commits, 2023/11/09
- 14/18: gnu: cl-metabang-bind: Update to 0.8.0-2.0819642., guix-commits, 2023/11/09
- 15/18: gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a., guix-commits, 2023/11/09
- 16/18: gnu: cl-graph: Update to 0.10.2-2.c617de3., guix-commits, 2023/11/09
- 18/18: gnu: cl-slynk: Update to 1.0.43-9.9c43bf6.,
guix-commits <=