all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 65867@debbugs.gnu.org
Subject: [bug#65867] [PATCH]: Update nyxt to 3.7.0
Date: Mon, 11 Sep 2023 17:48:56 +0300	[thread overview]
Message-ID: <87v8cgdauf.fsf@gmail.com> (raw)

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


             reply	other threads:[~2023-09-11 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-11 14:48 André A. Gomes [this message]
2023-09-13 11:42 ` bug#65867: [PATCH]: Update nyxt to 3.7.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=87v8cgdauf.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=65867@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.