From: "André A. Gomes" <andremegafone@gmail.com>
To: 67766@debbugs.gnu.org
Subject: [bug#67766] [PATCH]: Update Nyxt to 3.10.0
Date: Mon, 11 Dec 2023 17:06:00 +0200 [thread overview]
Message-ID: <8734w84w4n.fsf@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 117 bytes --]
Hi Guix,
Please find the patch attached. Thanks.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nyxt-Update-to-3.10.0.patch --]
[-- Type: text/x-patch, Size: 1633 bytes --]
From 5b3a38445711b1ce2ede99a0412f4ef9e8a46f01 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 11 Dec 2023 17:05:03 +0200
Subject: [PATCH] gnu: nyxt: Update to 3.10.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.10.0.
---
gnu/packages/web-browsers.scm | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 553d003631..ec70e47841 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -587,7 +587,7 @@ (define-public vimb
(define-public nyxt
(package
(name "nyxt")
- (version "3.9.2")
+ (version "3.10.0")
(source
(origin
(method git-fetch)
@@ -596,13 +596,8 @@ (define-public nyxt
(commit version)))
(sha256
(base32
- "1v85jn46d9vacjig6n9z797fch88fw6vzwbfdzlqdkm86vvm8dwn"))
- (file-name (git-file-name "nyxt" version))
- (modules '((guix build utils)))
- (snippet
- `(begin
- (delete-file-recursively "libraries/nasdf")
- #t))))
+ "1rz2082kk3fdvszqmi3fgndrq205vbxl3i0x4qyli0jy3lpvjin8"))
+ (file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "nyxt" "NYXT_SUBMODULES=false"
@@ -679,7 +674,6 @@ (define-public nyxt
sbcl-montezuma
sbcl-moptilities
sbcl-named-readtables
- sbcl-nasdf
sbcl-nclasses
sbcl-ndebug
sbcl-nfiles
--
2.41.0
next reply other threads:[~2023-12-11 15:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-11 15:06 André A. Gomes [this message]
2023-12-12 15:28 ` bug#67766: [PATCH]: Update Nyxt to 3.10.0 Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8734w84w4n.fsf@gmail.com \
--to=andremegafone@gmail.com \
--cc=67766@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.