[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cl-webkit: Update to 3.5.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cl-webkit: Update to 3.5.4. |
Date: |
Tue, 06 Sep 2022 04:21:00 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cb1d948635 gnu: cl-webkit: Update to 3.5.4.
cb1d948635 is described below
commit cb1d9486356edd0dc7e9585df7275a0bc2bfe593
Author: André A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Sep 5 23:34:34 2022 +0300
gnu: cl-webkit: Update to 3.5.4.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.4.
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 26870dc552..034b5f91a4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3428,7 +3428,7 @@ is a library for creating graphical user interfaces.")
(define-public sbcl-cl-webkit
(package
(name "sbcl-cl-webkit")
- (version "3.5.3")
+ (version "3.5.4")
(source
(origin
(method git-fetch)
@@ -3438,7 +3438,7 @@ is a library for creating graphical user interfaces.")
(file-name (git-file-name "cl-webkit" version))
(sha256
(base32
- "076lqj8ns9s7z980g3p2llw3k6hgsqnsvw8vjjslbpas2jzf26nr"))))
+ "072c6m63w9q4nr3lsvavi2i71qyfgygdpyqy659l0n81n7mjy2cr"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cl-webkit: Update to 3.5.4.,
guix-commits <=