me
/
guix
Archived
1
0
Fork 0

gnu: cl-webkit: Update to 3.5.7.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Artyom Bologov 2023-02-08 13:38:34 +01:00 committed by Guillaume Le Vaillant
parent 20059f92a9
commit 572d01e085
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -4530,7 +4530,7 @@ is a library for creating graphical user interfaces.")
(define-public sbcl-cl-webkit
(package
(name "sbcl-cl-webkit")
(version "3.5.6")
(version "3.5.7")
(source
(origin
(method git-fetch)
@ -4540,7 +4540,7 @@ is a library for creating graphical user interfaces.")
(file-name (git-file-name "cl-webkit" version))
(sha256
(base32
"13f6s7zwnx0nvllizij4vziph8pz28xkqzfyyis1dzz7cxksf6fy"))))
"0aqkqcs0n5wkgjx3lb513fvm7f2jw3d5daisc9mw1bmbbcqh2sba"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)