[PATCH]: Update Nyxt to 3.5.0

  • Done
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal

Debbugs page

André A. Gomes wrote 2 years ago
(address . guix-patches@gnu.org)
87pm4hzmas.fsf@gmail.com
Hi Guix,

Find the patch attached. Thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From 516d53be006df05d264cc255aed1db8d97a1a1c0 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 24 Jul 2023 12:31:32 +0300
Subject: [PATCH] gnu: nyxt: Update to 3.5.0.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.5.0.
---
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 866bf077fb..012d607b19 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -586,7 +586,7 @@ (define-public vimb
(define-public nyxt
(package
(name "nyxt")
- (version "3.4.0")
+ (version "3.5.0")
(source
(origin
(method git-fetch)
@@ -595,7 +595,7 @@ (define-public nyxt
(commit version)))
(sha256
(base32
- "0k1vk3qj9sc3wa0yhx1ih8xq9864dd34hfk622zdmyx2f8q81qd3"))
+ "13ldi191ccxyxr3hjxyhnjl2vw365v0fhb1pqia7rg1gl3id47gz"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet
--
2.41.0
Guillaume Le Vaillant wrote 2 years ago
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 64825-done@debbugs.gnu.org)
87sf9cdw9a.fsf@kitej
Patch applied as dce70730b80c82bfc92531cb27016e8b0222a254.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZL+8cQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+EngD/VEvb3JBZG2F5flNtdhWupF1k/h62RBFajDyT
jqB+1WcA/RrHA9rC44T+F7tei8h2KQDbHcnWrw8Mh/2rRmzP8/LG
=XhtE
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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