GNU bug report logs -
#63305
[PATCH] gnu: Update sbcl-nasdf to 0.1.5.
Previous Next
Reported by: Artyom Bologov <mail <at> aartaka.me>
Date: Fri, 5 May 2023 13:55:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hello Guix,
Find the patch updating NASDF to 0.1.5 attached to this message.
[0001-gnu-Update-sbcl-nasdf-to-0.1.5.patch (text/x-patch, inline)]
From 4d8ba1d4636d564dbe453d5ab093ad399102aef5 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail <at> aaraka.me>
Date: Fri, 5 May 2023 17:50:40 +0400
Subject: [PATCH] gnu: Update sbcl-nasdf to 0.1.5.
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5e9bc4e105..61bfd2d1c3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25626,10 +25626,10 @@ (define-public cl-nfiles
(package-inputs sbcl-nfiles)))))
(define-public sbcl-nasdf
- (let ((commit "c63a6ff12239f132844cc0703e79ea3b33dae630"))
+ (let ((commit "b65a08aaf403a3c42ac6a29076e78fc55a99c19c"))
(package
(name "sbcl-nasdf")
- (version "0.1.2")
+ (version "0.1.5")
(source
(origin
(method git-fetch)
@@ -25639,7 +25639,7 @@ (define-public sbcl-nasdf
(file-name (git-file-name "cl-ntemplate" version))
(sha256
(base32
- "1b57jkyrvr3n0c66lih4m34fqzw3s5yqlk91v7hg2gchcn3v9glg"))))
+ "1lapi75y3z8b2806ky3vmpbx9dz47lvi3942vbibl5zxrc91933a"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases
--
2.39.2
[Message part 3 (text/plain, inline)]
Thanks,
--
Artyom Bologov.
This bug report was last modified 2 years and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.