diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2023-06-07 14:49:13 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2023-06-07 14:50:15 +0200 |
commit | 21696dce059bcb43407e14a1bb162048d821cc11 (patch) | |
tree | ec43bf78b3505aa4b46aae74a469feb97f243682 /gnu/packages | |
parent | f57acde70b0b91920adf9348447a68845db57228 (diff) |
gnu: sbcl-cl-webkit: Update to 3.5.9.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.9.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 8031ef5365..16deb85e5e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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) |