* [bug#63051] [PATCH] gnu: sbcl-nclasses: Update to 0.4.0.
@ 2023-04-24 13:23 Artyom Bologov
2023-04-26 13:09 ` bug#63051: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Artyom Bologov @ 2023-04-24 13:23 UTC (permalink / raw)
To: 63051
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
Hello Guix,
The attached patch updates sbcl-nclasses (and, consequently,
cl-nclasses and ecl-nclasses) to version 0.4.0.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update sbcl-nclasses to 0.4.0 --]
[-- Type: text/x-patch, Size: 1796 bytes --]
From 9c6dcca3ba443c939d733c32d5852482c3fa74f8 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Mon, 24 Apr 2023 17:15:07 +0400
Subject: [PATCH] gnu: sbcl-nclasses: Update to 0.4.0.
gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.4.0.
---
gnu/packages/lisp-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 86268ab74b..65eee9881b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25224,7 +25224,7 @@ (define-public cl-nasdf
(define-public sbcl-nclasses
(package
(name "sbcl-nclasses")
- (version "0.3.0")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -25234,7 +25234,7 @@ (define-public sbcl-nclasses
(file-name (git-file-name "cl-nclasses" version))
(sha256
(base32
- "0djs16v77ng14d26wpxf5qby2d3l1pfsd2c1qkg4wv6mnk16imnq"))
+ "0g34xm32h0bc0zcyrkr2637jdb8mgb2zymqp6zfjc912sisgcs0l"))
(modules '((guix build utils)))
(snippet
`(begin
@@ -25247,10 +25247,10 @@ (define-public sbcl-nclasses
(list sbcl-lisp-unit2
sbcl-nasdf))
(home-page "https://github.com/atlas-engineer/nclasses")
- (synopsis "Simplify class and condition definitions.")
+ (synopsis "Simplify class, condition, and generic function definitions.")
(description
- "NClasses provides helper macros to help write classes and conditions
-with less boilerplate.
+ "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
extra features like type inference.")
--
2.39.2
[-- Attachment #3: Type: text/plain, Size: 20 bytes --]
Thanks,
--
Artyom.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-26 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 13:23 [bug#63051] [PATCH] gnu: sbcl-nclasses: Update to 0.4.0 Artyom Bologov
2023-04-26 13:09 ` bug#63051: " 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.