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

* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.9.
This commit is contained in:
Pierre Neidhardt 2023-06-07 14:49:13 +02:00
parent f57acde70b
commit 21696dce05
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -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)