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.9.


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-webkit: Update to 3.5.9.
Date: Wed, 07 Jun 2023 08:53:21 -0400

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 21696dce05 gnu: sbcl-cl-webkit: Update to 3.5.9.
21696dce05 is described below

commit 21696dce059bcb43407e14a1bb162048d821cc11
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jun 7 14:49:13 2023 +0200

    gnu: sbcl-cl-webkit: Update to 3.5.9.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.9.
---
 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 8031ef5365..16deb85e5e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4978,7 +4978,7 @@ is a library for creating graphical user interfaces.")
 (define-public sbcl-cl-webkit
   (package
     (name "sbcl-cl-webkit")
-    (version "3.5.7")
+    (version "3.5.9")
     (source
      (origin
        (method git-fetch)
@@ -4988,7 +4988,7 @@ is a library for creating graphical user interfaces.")
        (file-name (git-file-name "cl-webkit" version))
        (sha256
         (base32
-         "0aqkqcs0n5wkgjx3lb513fvm7f2jw3d5daisc9mw1bmbbcqh2sba"))))
+         "00h61p5mrvvbycp703isy0wvgqlfb7k0cidw4vg75y7s29m3k6k0"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("cffi" ,sbcl-cffi)



reply via email to

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