diff mbox series

[bug#65867] : Update nyxt to 3.7.0

Message ID 87v8cgdauf.fsf@gmail.com
State New
Headers show
Series [bug#65867] : Update nyxt to 3.7.0 | expand

Commit Message

André A. Gomes Sept. 11, 2023, 2:48 p.m. UTC
Hi Guix,

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

Comments

Guillaume Le Vaillant Sept. 13, 2023, 11:42 a.m. UTC | #1
Patches applied as 828b08d58526cf242e121da3f0e3a3524aa507c8 and
following.
Thanks.
diff mbox series

Patch

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