[PATCH]: Update Nyxt to 3.11.7

  • Done
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal
A
A
André A. Gomes wrote on 31 May 20:23 +0200
(address . guix-patches@gnu.org)
87r0dhkfhq.fsf@gmail.com
Hi Guix,

Note the sbcl-quri patch is needed to compile the latest Nyxt. Thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From 9ddc6312504d21c8590d587cbff66d540393b666 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Fri, 31 May 2024 17:02:18 +0300
Subject: [PATCH 1/2] gnu: sbcl-quri: Update to 0.7.0-0.03ecaf3.

* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.7.0-0.03ecaf3.
---
gnu/packages/lisp-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index adcd06aa3f..667ba3537b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24472,18 +24472,20 @@ (define-public ecl-quicksearch
(sbcl-package->ecl-package sbcl-quicksearch))
(define-public sbcl-quri
- (package
+ (let ((commit "03ecaf3771561d713e58a9c5c22b4d95a7592527")
+ (revision "0"))
+ (package
(name "sbcl-quri")
- (version "0.7.0")
+ (version (git-version "0.7.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/fukamachi/quri")
- (commit version)))
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0l1jnvvkyaxbf08lnqfdbv6lrkq02iqr3y3rwvqxm4fvnzp7mnpz"))))
+ (base32 "1dd96mvgwbs799qzh7amc7kgwy84qhi1gw1yj08n83wmy5k4b9k2"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-prove))
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
@@ -24493,7 +24495,7 @@ (define-public sbcl-quri
(description
"QURI (pronounced \"Q-ree\") is yet another URI library for Common
Lisp. It is intended to be a replacement of PURI.")
- (license license:bsd-3)))
+ (license license:bsd-3))))
(define-public cl-quri
(sbcl-package->cl-source-package sbcl-quri))
--
2.41.0
From 693d28d1835ea285d08aaabb1f6b422a843e9a67 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Fri, 31 May 2024 21:20:56 +0300
Subject: [PATCH 2/2] gnu: nyxt: Update to 3.11.7.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.7.
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 78227a84fb..4a2b28916d 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -594,7 +594,7 @@ (define-public vimb
(define-public nyxt
(package
(name "nyxt")
- (version "3.11.6")
+ (version "3.11.7")
(source
(origin
(method git-fetch)
@@ -603,7 +603,7 @@ (define-public nyxt
(commit version)))
(sha256
(base32
- "0q7kf1a42gfvgv54hwhgiyvnsi6qhjdl1k88c3wxr1bj4ffhpvm3"))
+ "0qrlks2b4a02b1lf8ah5cv3y32kh8yxnxkvfgrnia92g72xpj4j2"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.41.0
G
G
Guillaume Le Vaillant wrote on 3 Jun 17:06 +0200
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 71296-done@debbugs.gnu.org)
8734pu12wf.fsf@kitej
Patches pushed as 78ecc653b841b329cde93f4d176f510306e3a808 and
following.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZl3cEA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8qtAEAgC7SCCyqMmeplKEoznbr5vspeD8FTZt6jkZy
ynnkHJQA/RUgU56r4YJ43bUc2ekh93nR0sB02AgROgEjBevs+xsZ
=oPJL
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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