guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-cl-webkit: Update to 3.5.6.


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-webkit: Update to 3.5.6.
Date: Mon, 07 Nov 2022 04:15:41 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e54584d44 gnu: sbcl-cl-webkit: Update to 3.5.6.
8e54584d44 is described below

commit 8e54584d4448d37ddf8ae995bb545a181ba2493c
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Nov 7 10:14:53 2022 +0100

    gnu: sbcl-cl-webkit: Update to 3.5.6.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.6.
---
 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 52f022e1ac..1c580c7263 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3887,7 +3887,7 @@ is a library for creating graphical user interfaces.")
 (define-public sbcl-cl-webkit
   (package
     (name "sbcl-cl-webkit")
-    (version "3.5.5")
+    (version "3.5.6")
     (source
      (origin
        (method git-fetch)
@@ -3897,7 +3897,7 @@ is a library for creating graphical user interfaces.")
        (file-name (git-file-name "cl-webkit" version))
        (sha256
         (base32
-         "1wbz8h9f76crwkpxn4wvkd05lz66zd7lhjag5g5n9fwvlrf2bh3d"))))
+         "13f6s7zwnx0nvllizij4vziph8pz28xkqzfyyis1dzz7cxksf6fy"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("cffi" ,sbcl-cffi)



reply via email to

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