mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: sbcl-nclasses: Update to 0.2.1.
* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.2.1.
This commit is contained in:
parent
8ecda39a3c
commit
d0ba3f9428
1 changed files with 9 additions and 3 deletions
|
@ -23881,7 +23881,7 @@ (define-public cl-nasdf
|
|||
(define-public sbcl-nclasses
|
||||
(package
|
||||
(name "sbcl-nclasses")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23891,12 +23891,18 @@ (define-public sbcl-nclasses
|
|||
(file-name (git-file-name "cl-nclasses" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08mad0555n883rjyg4j7r1vp35cyl4spbqfamjfalv5bl8d38849"))))
|
||||
"1y1za2vm7m1bhkj6ssc29jvs9p82swjvclnhm9xyp2b275ykzz7l"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
`(begin
|
||||
(delete-file-recursively "nasdf")
|
||||
#t))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-moptilities))
|
||||
(native-inputs
|
||||
(list sbcl-lisp-unit2))
|
||||
(list sbcl-lisp-unit2
|
||||
sbcl-nasdf))
|
||||
(home-page "https://github.com/atlas-engineer/nclasses")
|
||||
(synopsis "Simplify class and condition definitions.")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue