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


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-webkit: Update to 20200319.
Date: Thu, 19 Mar 2020 02:44:48 -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 78cb0f3  gnu: sbcl-cl-webkit: Update to 20200319.
78cb0f3 is described below

commit 78cb0f3cf81ea547510691b5fc008153adfac736
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu Mar 19 07:41:00 2020 +0100

    gnu: sbcl-cl-webkit: Update to 20200319.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200319.
---
 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 078f88a..d998646 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3008,7 +3008,7 @@ is a library for creating graphical user interfaces.")
   (sbcl-package->cl-source-package sbcl-cl-cffi-gtk))
 
 (define-public sbcl-cl-webkit
-  (let ((commit "79ad41996a1bd7fc8e53fe8d168e8f2030603b14"))
+  (let ((commit "4832c99c31e0eb1fcce3779d119343ae8a423952"))
     (package
       (name "sbcl-cl-webkit")
       (version (git-version "2.4" "1" commit))
@@ -3021,7 +3021,7 @@ is a library for creating graphical user interfaces.")
          (file-name (git-file-name "cl-webkit" version))
          (sha256
           (base32
-           "1gxvmxmss5k79v2ccigx92q46zbydxh9r7plnnqh8na348pffgcs"))))
+           "0sn7m181wfg1q49q45dlsry8c38x7pziqcs0frnymk6yvgndybxd"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("cffi" ,sbcl-cffi)



reply via email to

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