GNU bug report logs -
#63306
[PATCH] gnu: Update sbcl-nclasses to 0.5.0.
Previous Next
Reported by: Artyom Bologov <mail <at> aartaka.me>
Date: Fri, 5 May 2023 13:58:01 UTC
Severity: normal
Tags: patch
Done: Pierre Neidhardt <mail <at> ambrevar.xyz>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Guix,
Find a patch for sbcl-nclasses attached to this message.
[0001-gnu-Update-sbcl-nclasses-to-0.5.0.patch (text/x-patch, inline)]
From 640f642a4a775736a359602e046b0cd38322fefa Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail <at> aartaka.me>
Date: Fri, 5 May 2023 17:55:44 +0400
Subject: [PATCH] gnu: Update sbcl-nclasses to 0.5.0.
* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.5.0.
---
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..5d69dc187d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25674,7 +25674,7 @@ (define-public cl-nasdf
(define-public sbcl-nclasses
(package
(name "sbcl-nclasses")
- (version "0.4.0")
+ (version "0.5.0")
(source
(origin
(method git-fetch)
@@ -25684,7 +25684,7 @@ (define-public sbcl-nclasses
(file-name (git-file-name "cl-nclasses" version))
(sha256
(base32
- "0g34xm32h0bc0zcyrkr2637jdb8mgb2zymqp6zfjc912sisgcs0l"))
+ "0aym0m12s5px139ragna0pr8jan8bx3akhjgamj6h0y28xksziji"))
(modules '((guix build utils)))
(snippet
`(begin
@@ -25702,7 +25702,7 @@ (define-public sbcl-nclasses
"NClasses provides helper macros to help write classes, conditions,
generic functions, and CLOS code in general with less boilerplate.
-It's a fork of @code{hu.dwim.defclass-star}. It inclues some bug fixes and
+It's a fork of @code{hu.dwim.defclass-star}. It includes some bug fixes and
extra features like type inference.")
(license license:public-domain)))
--
2.39.2
[Message part 3 (text/plain, inline)]
Thanks,
--
Artyom Bologov.
This bug report was last modified 2 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.