From: "André A. Gomes" <andremegafone@gmail.com>
To: 71296@debbugs.gnu.org
Subject: [bug#71296] [PATCH]: Update Nyxt to 3.11.7
Date: Fri, 31 May 2024 21:23:13 +0300 [thread overview]
Message-ID: <87r0dhkfhq.fsf@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
Hi Guix,
Note the sbcl-quri patch is needed to compile the latest Nyxt. Thanks.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-quri-Update-to-0.7.0-0.03ecaf3.patch --]
[-- Type: text/x-patch, Size: 1816 bytes --]
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(-)
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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-nyxt-Update-to-3.11.7.patch --]
[-- Type: text/x-patch, Size: 1094 bytes --]
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(-)
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
next reply other threads:[~2024-05-31 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-31 18:23 André A. Gomes [this message]
2024-06-03 15:06 ` bug#71296: [PATCH]: Update Nyxt to 3.11.7 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r0dhkfhq.fsf@gmail.com \
--to=andremegafone@gmail.com \
--cc=71296@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).