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

* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.2.0.
This commit is contained in:
Pierre Neidhardt 2021-11-15 19:18:27 +01:00
parent 95a0f249ab
commit 66cfc6ad12
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -3230,7 +3230,7 @@ is a library for creating graphical user interfaces.")
(define-public sbcl-cl-webkit
(package
(name "sbcl-cl-webkit")
(version "3.0.0")
(version "3.2.0")
(source
(origin
(method git-fetch)
@ -3240,7 +3240,7 @@ is a library for creating graphical user interfaces.")
(file-name (git-file-name "cl-webkit" version))
(sha256
(base32
"015xry1cvbgspfzz35ifz2qscz946ljhj2z8rzjscy9v8fgnjsdk"))))
"1c0kas8k02167v5f1gjbhy3741b7ky91x7lkc5bh5429jmbpiapf"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)