guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: sbcl-cl-webkit: Update to 3.4.0.


From: guix-commits
Subject: 02/03: gnu: sbcl-cl-webkit: Update to 3.4.0.
Date: Thu, 18 Nov 2021 05:43:09 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit d28a28ff530edb30541e794263cb6aeeb886d85f
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Wed Nov 17 22:36:00 2021 +0000

    gnu: sbcl-cl-webkit: Update to 3.4.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0, bringing in
      support for libwebkit2gtk-4.1 from webkit 2.34.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 10a2391..e6564a9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3230,7 +3230,7 @@ is a library for creating graphical user interfaces.")
 (define-public sbcl-cl-webkit
   (package
     (name "sbcl-cl-webkit")
-    (version "3.2.0")
+    (version "3.4.0")
     (source
      (origin
        (method git-fetch)
@@ -3240,7 +3240,7 @@ is a library for creating graphical user interfaces.")
        (file-name (git-file-name "cl-webkit" version))
        (sha256
         (base32
-         "1c0kas8k02167v5f1gjbhy3741b7ky91x7lkc5bh5429jmbpiapf"))))
+         "0l6ml7g0r0kzbgf49bsgj2yxhgralh8fc0h9vpc79fvw20qgsd56"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("cffi" ,sbcl-cffi)



reply via email to

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