[PATCH]: Update Nyxt to 3.11.8

  • Open
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Christopher Baines
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal
Merged with
A
A
André A. Gomes wrote on 1 Aug 18:20 +0200
(address . guix-patches@gnu.org)
87wml01agl.fsf@gmail.com
Attached, thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From aa238d8c50058510897dacf78a0a51c00ed2d71f Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Thu, 1 Aug 2024 19:19:46 +0300
Subject: [PATCH] gnu: nyxt: Update to 3.11.8.

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

Toggle diff (30 lines)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 4a2b28916d..1fb859e8da 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.7")
+ (version "3.11.8")
(source
(origin
(method git-fetch)
@@ -603,11 +603,12 @@ (define-public nyxt
(commit version)))
(sha256
(base32
- "0qrlks2b4a02b1lf8ah5cv3y32kh8yxnxkvfgrnia92g72xpj4j2"))
+ "0hyc16vqcm2qlz7x3dddcwkh1s9v1fi8bpzs25dwwd48vl6cx4p0"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags (list "nyxt" "NYXT_SUBMODULES=false"
+ `(#:tests? #false
+ #:make-flags (list "nyxt" "NYXT_SUBMODULES=false"
(string-append "DESTDIR=" (assoc-ref %outputs "out"))
"PREFIX=")
#:strip-binaries? #f ; Stripping breaks SBCL binaries.
--
2.45.2
C
C
Christopher Baines wrote on 11 Aug 12:00 +0200
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 72412@debbugs.gnu.org)
87o75zz8dn.fsf@cbaines.net
André A. Gomes <andremegafone@gmail.com> writes:

Toggle quote (2 lines)
> Attached, thanks.

Why are the tests being disabled in this version update?
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma4i9RfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xfl8xAAssJLEF/PQT4NIKAtOiuoTiMsmwqqKWzJ
Sacw2KljHxJXVA1kQqg416cs3UkmyfrXK/yG6/JfhUdEh2UF/dqpddV0QJq2Veh4
H8fhz+qW7oHWwlMXbRS3UqlyIoeQBXMO+Dsi67oQlCfiuDVmbaZcTbScV+ASYgk0
ju/ugUOdDcXz1wU06yzKd0jyuox0PZAXYDs507eoa1qcD+9yqH/XGqqE3Y/1fL6u
8mW4OZeGuk4MUen0dJKtM/YCE6u3Td8bTl4nKmG5FvjxAJfVKTBmOj2UMp5FsQJT
ugIyIIuKIcB6BhsodZMNJzyttd4W5NQd2Ys876cVOvQEh3Zyozm3Pp4VQTSptPzo
j5P2Btzt9zsbP3pfsqjIjaYrjwF0tQN+33okBmFI6gQCDnHHArzI9T8XeQCxYl3H
ijr9Q704shtoTTTCNFnvNG9KeDLkuzdF2djySF1IkACswFgakpLwATXV8VjROr+2
38VhhV/tNdTDRTTc06Dc+F36aXSEU/wmRnRKEbEWKf0MaqjtxzUVc17J/qSJ+jJX
dFlFjUo3bgMI2DJzQKDKolBARKHSM+NqbekUJsFGCgJxRfnwz/6q1Gj/NL6ahHBA
/NLZLpSlag0s1diWm89VuayuWgcaWN3XUxPWkWO+lXe5zlOR4SmoN9ES4Q9Uvv0X
zqXprcQYVWc=
=dh46
-----END PGP SIGNATURE-----

C
C
Christopher Baines wrote on 11 Aug 12:01 +0200
tag 72412 moreinfo
(address . control@debbugs.gnu.org)
87zfpjgyzk.fsf@cbaines.net
tags 72412 + moreinfo
quit
A
A
André A. Gomes wrote on 12 Aug 09:31 +0200
Re: [bug#72412] [PATCH]: Update Nyxt to 3.11.8
(name . Christopher Baines)(address . mail@cbaines.net)(address . 72412@debbugs.gnu.org)
87h6bq19kc.fsf@gmail.com
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (6 lines)
> André A. Gomes <andremegafone@gmail.com> writes:
>
>> Attached, thanks.
>
> Why are the tests being disabled in this version update?

They fail due to a rather odd reasons - undocumented exported symbols.
I thought that the issue would raise warnings, instead of making the
tests fails. It would be odd to re-do the release due to such a tiny
detail.

The situation will be fixed in the next release. Thanks.


--
André A. Gomes
"You cannot even find the ruins..."
A
A
André A. Gomes wrote on 22 Oct 12:00 +0200
control message for bug #72412
(address . control@debbugs.gnu.org)
87v7xk8nkt.fsf@gmail.com
merge 72412 73937
quit
?
Your comment

Commenting via the web interface is currently disabled.

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

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