Archived
1
0
Fork 0

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

* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0.
This commit is contained in:
Pierre Neidhardt 2021-11-19 11:13:54 +01:00
parent 0f2a6fa49c
commit 044161025e
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

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.2.0")
(version "3.4.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
"1c0kas8k02167v5f1gjbhy3741b7ky91x7lkc5bh5429jmbpiapf"))))
"0l6ml7g0r0kzbgf49bsgj2yxhgralh8fc0h9vpc79fvw20qgsd56"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)