[PATCH] gnu: cl-webkit: Update to 3.5.7.

  • 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)
87mt5rfajc.fsf@aartaka.me
Hello Guix,

Here's a patch updating cl-webkit to 3.5.7.
From d975c348586186dfb387342e79f88f7d685a4910 Mon Sep 17 00:00:00 2001
To: guix-patches@gnu.org
Date: Mon, 6 Feb 2023 12:36:07 +0400
Subject: [PATCH] gnu: cl-webkit: Update to 3.5.7.

---
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 21642034b5..7ece7e3e6c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4530,7 +4530,7 @@ (define-public ecl-cl-cffi-gtk
(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 @@ (define-public sbcl-cl-webkit
(file-name (git-file-name "cl-webkit" version))
(sha256
(base32
- "13f6s7zwnx0nvllizij4vziph8pz28xkqzfyyis1dzz7cxksf6fy"))))
+ "0aqkqcs0n5wkgjx3lb513fvm7f2jw3d5daisc9mw1bmbbcqh2sba"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)
--
2.38.1
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 61317-done@debbugs.gnu.org)
87r0v0qgq4.fsf@kitej
Patch pushed as 572d01e085709586c4e95863a2302f5c8136dd44.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY+PJ0w8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/GpgD9Gg7ZV0PFfARH3dYaqi5XcmTl9uOMoD7Lqulz
+QkxdpMBAJOvtkAh4yTSKkoM5bq7VCGLzdOkUrXxkT9AYhOFKFDo
=NNOH
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 61317
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