diff mbox series

[bug#63673] : Update Nyxt to 3.0.0

Message ID 87r0r6wzmv.fsf@gmail.com
State New
Headers show
Series [bug#63673] : Update Nyxt to 3.0.0 | expand

Commit Message

André A. Gomes May 23, 2023, 8:39 p.m. UTC
Hello Guix,

Find 3 patches attached that enable bumping Nyxt to the latest stable
version.  Note that patches relative to sbcl-nfiles and sbcl-nasdf are
needed for that goal.

Thanks.

Comments

Pierre Neidhardt May 24, 2023, 8:51 a.m. UTC | #1
Thanks André!

Merged with ae7a7d76d602e11bec5ba028da63a96a59dfcf6b, with the following
changes:

- I've updated Nfiles to 1.1.3 instead of your patch.
- I've ellided the unused `revision' in sbcl-nasdf.  No need since there
  is a stable version number.

Cheers!
diff mbox series

Patch

From 38f05613717e65ce9c13ec62567d72dd07c6c151 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 23 May 2023 23:29:58 +0300
Subject: [PATCH 3/3] gnu: sbcl-nasdf: Update to 0.1.5.

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4f67973b91..4554099a95 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25627,10 +25627,11 @@  (define-public cl-nfiles
            (package-inputs sbcl-nfiles)))))
 
 (define-public sbcl-nasdf
-  (let ((commit "c63a6ff12239f132844cc0703e79ea3b33dae630"))
+  (let ((commit "5d823d97282e11cecd8da9bcb255c4a8ead1ba93")
+        (revision "1"))
     (package
       (name "sbcl-nasdf")
-      (version "0.1.2")
+      (version "0.1.5")
       (source
        (origin
          (method git-fetch)
@@ -25640,7 +25641,7 @@  (define-public sbcl-nasdf
          (file-name (git-file-name "cl-ntemplate" version))
          (sha256
           (base32
-           "1b57jkyrvr3n0c66lih4m34fqzw3s5yqlk91v7hg2gchcn3v9glg"))))
+           "0vs40ndfyhpx3nj9fc505apk98qgp0pq3cdmqpf67jqkrpcdmnvx"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        `(#:phases
-- 
2.39.2