guix-commits
[Top][All Lists]
Advanced

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

05/28: gnu: sbcl-cl-webkit: Update to 3.5.10.


From: guix-commits
Subject: 05/28: gnu: sbcl-cl-webkit: Update to 3.5.10.
Date: Sun, 5 Nov 2023 13:16:28 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 04cb25ab9e58455d01900b8ae6c15400ddd81135
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Sun Nov 5 18:03:02 2023 +0000

    gnu: sbcl-cl-webkit: Update to 3.5.10.
    
    gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.10.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
    Change-Id: Ibd54d701a28267fe4fbb979112155839de9d89e5
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 692142e4a8..4743e39d93 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5044,7 +5044,7 @@ is a library for creating graphical user interfaces.")
 (define-public sbcl-cl-webkit
   (package
     (name "sbcl-cl-webkit")
-    (version "3.5.9")
+    (version "3.5.10")
     (source
      (origin
        (method git-fetch)
@@ -5054,7 +5054,7 @@ is a library for creating graphical user interfaces.")
        (file-name (git-file-name "cl-webkit" version))
        (sha256
         (base32
-         "00h61p5mrvvbycp703isy0wvgqlfb7k0cidw4vg75y7s29m3k6k0"))))
+         "0bn8idvbi58kg0g76lanvjzkgnkcy41yn9vbp7f80q9fa7w892rq"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("cffi" ,sbcl-cffi)



reply via email to

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