* [bug#63306] [PATCH] gnu: Update sbcl-nclasses to 0.5.0.
@ 2023-05-05 13:56 Artyom Bologov
2023-05-09 12:23 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Artyom Bologov @ 2023-05-05 13:56 UTC (permalink / raw)
To: 63306
[-- Attachment #1: Type: text/plain, Size: 71 bytes --]
Hello Guix,
Find a patch for sbcl-nclasses attached to this message.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update sbcl-nclasses to 0.5.0. --]
[-- Type: text/x-patch, Size: 1536 bytes --]
From 640f642a4a775736a359602e046b0cd38322fefa Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@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
[-- Attachment #3: Type: text/plain, Size: 28 bytes --]
Thanks,
--
Artyom Bologov.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-09 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05 13:56 [bug#63306] [PATCH] gnu: Update sbcl-nclasses to 0.5.0 Artyom Bologov
2023-05-09 12:23 ` Guillaume Le Vaillant
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.