unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65867] [PATCH]: Update nyxt to 3.7.0
@ 2023-09-11 14:48 André A. Gomes
  2023-09-13 11:42 ` bug#65867: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-09-11 14:48 UTC (permalink / raw)
  To: 65867

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

Hi Guix,

Please find the patches attached.  Notice that the NASDF patch is a
pre-requisite for the Nyxt patch.  Thanks!


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-nyxt-Update-to-3.7.0.patch --]
[-- Type: text/x-patch, Size: 1094 bytes --]

From 6fcd2bf7b9240c79438de73def6ae779c7cad6f5 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 11 Sep 2023 17:44:45 +0300
Subject: [PATCH 2/2] gnu: nyxt: Update to 3.7.0.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.7.0.
---
 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 5fb43d0ee9..a8ef7099f5 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.6.1")
+    (version "3.7.0")
     (source
      (origin
        (method git-fetch)
@@ -595,7 +595,7 @@ (define-public nyxt
              (commit version)))
        (sha256
         (base32
-         "0gf4akrkp15c3z3v3i5c94ga282ygqxb0rqxwm9ivchby0xv9lmd"))
+         "0mar3y69b62jby4kfdsm2xsnb830v1d468zspa3frpnphwxv4a5y"))
        (file-name (git-file-name "nyxt" version))
        (modules '((guix build utils)))
        (snippet
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0001-gnu-sbcl-nasdf-Update-to-0.1.8.patch --]
[-- Type: text/x-patch, Size: 1395 bytes --]

From 24eb8623b5507d2bb84a78e4d2ea90e57269616a Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 11 Sep 2023 17:44:38 +0300
Subject: [PATCH 1/2] gnu: sbcl-nasdf: Update to 0.1.8.

* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.8.
---
 gnu/packages/lisp-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 69686dbed9..3123b41a1c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25824,12 +25824,11 @@ (define-public cl-nfiles
     (inputs
      (cons (list "iolib" cl-iolib)
            (package-inputs sbcl-nfiles)))))
-
 (define-public sbcl-nasdf
-  (let ((commit "dd9fb2df7174464b54561b2a2f3c3e00fdd5d4f7"))
+  (let ((commit "ab7a018f3a67a999c72710644b10b4545130c139"))
     (package
       (name "sbcl-nasdf")
-      (version "0.1.7")
+      (version "0.1.8")
       (source
        (origin
          (method git-fetch)
@@ -25838,7 +25837,7 @@ (define-public sbcl-nasdf
                (commit commit)))
          (file-name (git-file-name "cl-ntemplate" version))
          (sha256
-          (base32 "1q8ky8hz8xrr37h7yyc6ysvrcwlsp1i6r2x44c060drspgjbqj70"))))
+          (base32 "15j7kqxvn0blr0i2xgk0il0ia91p28clfqxdh00vlp423v9a2wbx"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        `(#:phases
-- 
2.41.0


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

* bug#65867: [PATCH]: Update nyxt to 3.7.0
  2023-09-11 14:48 [bug#65867] [PATCH]: Update nyxt to 3.7.0 André A. Gomes
@ 2023-09-13 11:42 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-09-13 11:42 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 65867-done

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

Patches applied as 828b08d58526cf242e121da3f0e3a3524aa507c8 and
following.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2023-09-13 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-11 14:48 [bug#65867] [PATCH]: Update nyxt to 3.7.0 André A. Gomes
2023-09-13 11:42 ` bug#65867: " 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).