[PATCH]: Update cl-webkit to 3.5.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 2 years ago
(address . guix-patches@gnu.org)
87tu403r9q.fsf@aartaka.me
Hello Guix,

This updates cl-webkit to 3.5.5.

Find the patches attached to this message.
From 6ee0a578785540958e79dd015beb842bb2ac9443 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Wed, 19 Oct 2022 16:45:11 +0400
Subject: [PATCH] gnu: cl-webkit: Update to 3.5.5.

* gnu/packages/lisp-xyz.scm (cl-webkit): Update to 3.5.5.
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f23b4a70bb..d1605abcaa 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3707,7 +3707,7 @@ (define-public ecl-cl-cffi-gtk
(define-public sbcl-cl-webkit
(package
(name "sbcl-cl-webkit")
- (version "3.5.4")
+ (version "3.5.5")
(source
(origin
(method git-fetch)
@@ -3717,7 +3717,7 @@ (define-public sbcl-cl-webkit
(file-name (git-file-name "cl-webkit" version))
(sha256
(base32
- "072c6m63w9q4nr3lsvavi2i71qyfgygdpyqy659l0n81n7mjy2cr"))))
+ "1wbz8h9f76crwkpxn4wvkd05lz66zd7lhjag5g5n9fwvlrf2bh3d"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)
--
2.37.1
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 58633-done@debbugs.gnu.org)
87k04vj2wf.fsf@kitej
Patch pushed as 7ecd85eacbfa5b7379f563b83807d3e5258cf700.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY1ALkA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8eKQD6A2LbYnzKl3gvNIgLQ818a2PbbmXcQEpkfMxA
mLA9ooMA/R0MFwas4RFCNBT/o4uR9I1ppsHUcFYbSIXyVjhrQO6d
=ZUSH
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58633@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58633
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help