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


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-webkit: Update to 20200923.
Date: Wed, 23 Sep 2020 06:56:53 -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 8b033aa  gnu: sbcl-cl-webkit: Update to 20200923.
8b033aa is described below

commit 8b033aa1038f976fc91cf7576b864605733f63d5
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Sep 23 12:40:36 2020 +0200

    gnu: sbcl-cl-webkit: Update to 20200923.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200923.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 69ebdb3..3ac7537 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3135,10 +3135,10 @@ is a library for creating graphical user interfaces.")
   (sbcl-package->cl-source-package sbcl-cl-cffi-gtk))
 
 (define-public sbcl-cl-webkit
-  (let ((commit "41d962aa258282f0a0c45d778e473424ad72afdd"))
+  (let ((commit "cb6533eb76bc9b784595dca06b37005032e48d9c"))
     (package
       (name "sbcl-cl-webkit")
-      (version (git-version "2.4" "6" commit))
+      (version (git-version "2.4" "7" commit))
       (source
        (origin
          (method git-fetch)
@@ -3148,7 +3148,7 @@ is a library for creating graphical user interfaces.")
          (file-name (git-file-name "cl-webkit" version))
          (sha256
           (base32
-           "0hlr5zbi6zimbr8mk4difnzx8ijhvzf6cz0ih1hki6jy8amd4l7f"))))
+           "0npnz3m9mipi31chc76jcg8pjhgfqa3q7ivgrfssmiynr5p794ky"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("cffi" ,sbcl-cffi)



reply via email to

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