gnu: sbcl-cl-webkit: Update to 3.5.10.

gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.10.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Ibd54d701a28267fe4fbb979112155839de9d89e5
This commit is contained in:
Artyom Bologov 2023-11-05 18:03:02 +00:00 committed by Christopher Baines
parent 0826cc8a07
commit 04cb25ab9e
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -5044,7 +5044,7 @@ is a library for creating graphical user interfaces.")
(define-public sbcl-cl-webkit
(package
(name "sbcl-cl-webkit")
(version "3.5.9")
(version "3.5.10")
(source
(origin
(method git-fetch)
@ -5054,7 +5054,7 @@ is a library for creating graphical user interfaces.")
(file-name (git-file-name "cl-webkit" version))
(sha256
(base32
"00h61p5mrvvbycp703isy0wvgqlfb7k0cidw4vg75y7s29m3k6k0"))))
"0bn8idvbi58kg0g76lanvjzkgnkcy41yn9vbp7f80q9fa7w892rq"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)