mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -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
|
(define-public sbcl-nclasses
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nclasses")
|
(name "sbcl-nclasses")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23891,12 +23891,18 @@ (define-public sbcl-nclasses
|
||||||
(file-name (git-file-name "cl-nclasses" version))
|
(file-name (git-file-name "cl-nclasses" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08mad0555n883rjyg4j7r1vp35cyl4spbqfamjfalv5bl8d38849"))))
|
"1y1za2vm7m1bhkj6ssc29jvs9p82swjvclnhm9xyp2b275ykzz7l"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
`(begin
|
||||||
|
(delete-file-recursively "nasdf")
|
||||||
|
#t))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-moptilities))
|
(list sbcl-moptilities))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-lisp-unit2))
|
(list sbcl-lisp-unit2
|
||||||
|
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 and condition definitions.")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue