mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-nclasses: Update to 0.4.0.
gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.4.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
62fed3b874
commit
e129321f13
1 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@
|
||||||
;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
|
;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
|
||||||
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
|
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
|
||||||
;;; Copyright © 2022 Artyom Bologov <mail@aartaka.me>
|
;;; Copyright © 2022, 2023 Artyom Bologov <mail@aartaka.me>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -25641,7 +25641,7 @@ desktop files to the right directories.
|
||||||
(define-public sbcl-nclasses
|
(define-public sbcl-nclasses
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nclasses")
|
(name "sbcl-nclasses")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -25651,7 +25651,7 @@ desktop files to the right directories.
|
||||||
(file-name (git-file-name "cl-nclasses" version))
|
(file-name (git-file-name "cl-nclasses" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0djs16v77ng14d26wpxf5qby2d3l1pfsd2c1qkg4wv6mnk16imnq"))
|
"0g34xm32h0bc0zcyrkr2637jdb8mgb2zymqp6zfjc912sisgcs0l"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
|
@ -25664,10 +25664,10 @@ desktop files to the right directories.
|
||||||
(list sbcl-lisp-unit2
|
(list sbcl-lisp-unit2
|
||||||
sbcl-nasdf))
|
sbcl-nasdf))
|
||||||
(home-page "https://github.com/atlas-engineer/nclasses")
|
(home-page "https://github.com/atlas-engineer/nclasses")
|
||||||
(synopsis "Simplify class and condition definitions.")
|
(synopsis "Simplify class, condition, and generic function definitions.")
|
||||||
(description
|
(description
|
||||||
"NClasses provides helper macros to help write classes and conditions
|
"NClasses provides helper macros to help write classes, conditions,
|
||||||
with less boilerplate.
|
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 inclues some bug fixes and
|
||||||
extra features like type inference.")
|
extra features like type inference.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue