[PATCH] gnu: Update sbcl-nclasses to 0.5.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
  • Pierre Neidhardt
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 2 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
87ednu7uet.fsf@aartaka.me
Hello Guix,

Find a patch for sbcl-nclasses attached to this message.
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(-)

Toggle diff (33 lines)
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
Thanks,
--
Artyom Bologov.
Pierre Neidhardt wrote 2 years ago
control message for bug #63306
(address . control@debbugs.gnu.org)
87pm79ka87.fsf@ambrevar.xyz
close 63306
quit
Guillaume Le Vaillant wrote 2 years ago
Re: [bug#63306] [PATCH] gnu: Update sbcl-nclasses to 0.5.0.
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 63306-close@debbugs.gnu.org)
87ednpofp8.fsf@kitej
sbcl-nclasses has been updated in
5aae6c99c2a0ae8691b7965938531b688ef837f5.
Closing.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZFo7gw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9tigD/QN8x1C2SVQRQjJ4Sgk6vGhE7se56KdL+NwhE
2d3WhKkA/RVHHiJrtQwtkhuc5UZZ4A/YcJX3jAsxaFVZwvqoDysl
=nMfM
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 63306@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63306
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help