guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Update sbcl-nclasses to 0.5.0.


From: guix-commits
Subject: branch master updated: gnu: Update sbcl-nclasses to 0.5.0.
Date: Tue, 09 May 2023 07:35:38 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5aae6c99c2 gnu: Update sbcl-nclasses to 0.5.0.
5aae6c99c2 is described below

commit 5aae6c99c2a0ae8691b7965938531b688ef837f5
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue May 9 13:33:32 2023 +0200

    gnu: Update sbcl-nclasses to 0.5.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.5.0.
    
    Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
---
 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 @@ desktop files to the right directories.
 (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 @@ desktop files to the right directories.
        (file-name (git-file-name "cl-nclasses" version))
        (sha256
         (base32
-         "0g34xm32h0bc0zcyrkr2637jdb8mgb2zymqp6zfjc912sisgcs0l"))
+         "0aym0m12s5px139ragna0pr8jan8bx3akhjgamj6h0y28xksziji"))
        (modules '((guix build utils)))
        (snippet
         `(begin
@@ -25702,7 +25702,7 @@ desktop files to the right directories.
      "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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]