guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: cl-webkit: Update to 3.5.7.


From: guix-commits
Subject: 01/03: gnu: cl-webkit: Update to 3.5.7.
Date: Wed, 8 Feb 2023 11:10:45 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 572d01e085709586c4e95863a2302f5c8136dd44
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Wed Feb 8 13:38:34 2023 +0100

    gnu: cl-webkit: Update to 3.5.7.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.7.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 21642034b5..7ece7e3e6c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4530,7 +4530,7 @@ is a library for creating graphical user interfaces.")
 (define-public sbcl-cl-webkit
   (package
     (name "sbcl-cl-webkit")
-    (version "3.5.6")
+    (version "3.5.7")
     (source
      (origin
        (method git-fetch)
@@ -4540,7 +4540,7 @@ is a library for creating graphical user interfaces.")
        (file-name (git-file-name "cl-webkit" version))
        (sha256
         (base32
-         "13f6s7zwnx0nvllizij4vziph8pz28xkqzfyyis1dzz7cxksf6fy"))))
+         "0aqkqcs0n5wkgjx3lb513fvm7f2jw3d5daisc9mw1bmbbcqh2sba"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("cffi" ,sbcl-cffi)



reply via email to

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