unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71296] [PATCH]: Update Nyxt to 3.11.7
@ 2024-05-31 18:23 André A. Gomes
  2024-06-03 15:06 ` bug#71296: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-05-31 18:23 UTC (permalink / raw)
  To: 71296

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-03 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 18:23 [bug#71296] [PATCH]: Update Nyxt to 3.11.7 André A. Gomes
2024-06-03 15:06 ` bug#71296: " Guillaume Le Vaillant

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).