diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-05-11 10:07:36 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-05-16 19:51:42 +0200 |
commit | a682b0804d52c1466d6bd7dad796aa2114ef0dc9 (patch) | |
tree | e1acc273bf78d8465216a4d3bffbe61209366496 | |
parent | fa218d3f8b359444038fd677ea272e94458565fd (diff) | |
download | guix-a682b0804d52c1466d6bd7dad796aa2114ef0dc9.tar.gz |
gnu: sbcl-cl-webkit: Update to 3.5.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.1.
-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 c3bf614e9f..f89a9c228a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3401,7 +3401,7 @@ is a library for creating graphical user interfaces.") (define-public sbcl-cl-webkit (package (name "sbcl-cl-webkit") - (version "3.5.0") + (version "3.5.1") (source (origin (method git-fetch) @@ -3411,7 +3411,7 @@ is a library for creating graphical user interfaces.") (file-name (git-file-name "cl-webkit" version)) (sha256 (base32 - "1a16dka15lqzpli0f0qd3afmi14vgdxnfkn9z9d1r4cw9p11s71l")))) + "1zfqwr6vmdd9a2nx3j3ihf8y9sah354wi2rgpq7dy4dkc6wxxd48")))) (build-system asdf-build-system/sbcl) (inputs `(("cffi" ,sbcl-cffi) |