all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 63051@debbugs.gnu.org
Subject: [bug#63051] [PATCH] gnu: sbcl-nclasses: Update to 0.4.0.
Date: Mon, 24 Apr 2023 17:23:26 +0400	[thread overview]
Message-ID: <87h6t5o1io.fsf@aartaka.me> (raw)

[-- 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.

             reply	other threads:[~2023-04-24 13:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24 13:23 Artyom Bologov [this message]
2023-04-26 13:09 ` bug#63051: [PATCH] gnu: sbcl-nclasses: Update to 0.4.0 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6t5o1io.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=63051@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.