guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: sbcl-nclasses: Update to 0.3.0.
Date: Wed, 15 Mar 2023 12:34:16 -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 cacd7b6768 gnu: sbcl-nclasses: Update to 0.3.0.
cacd7b6768 is described below

commit cacd7b6768e1d4b72b9a7e3d71b7ac22203ca0f0
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Mar 15 17:33:16 2023 +0100

    gnu: sbcl-nclasses: Update to 0.3.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.3.0.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5ed9005fb7..039e696ee5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24191,7 +24191,7 @@ desktop files to the right directories.
 (define-public sbcl-nclasses
   (package
     (name "sbcl-nclasses")
-    (version "0.2.1")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -24201,7 +24201,7 @@ desktop files to the right directories.
        (file-name (git-file-name "cl-nclasses" version))
        (sha256
         (base32
-         "1y1za2vm7m1bhkj6ssc29jvs9p82swjvclnhm9xyp2b275ykzz7l"))
+         "0djs16v77ng14d26wpxf5qby2d3l1pfsd2c1qkg4wv6mnk16imnq"))
        (modules '((guix build utils)))
        (snippet
         `(begin



reply via email to

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