gnu: cl-nclasses: Update to 0.6.1.

* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.6.1.
  [source]: Remove snippet.
  [native-inputs]: Remove sbcl-nasdf.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I3eb1af6081d68f7426990d9795cff10e6b12a496
This commit is contained in:
Andre A. Gomes 2023-11-29 10:00:15 +02:00 committed by Guillaume Le Vaillant
parent 972daf037f
commit 6d9479dd89
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -26101,7 +26101,7 @@ (define-public cl-nasdf
(define-public sbcl-nclasses
(package
(name "sbcl-nclasses")
(version "0.6.0")
(version "0.6.1")
(source
(origin
(method git-fetch)
@ -26111,18 +26111,12 @@ (define-public sbcl-nclasses
(file-name (git-file-name "cl-nclasses" version))
(sha256
(base32
"0kp5wim5frr4l52rgchaz1cj74daqngagrz3r0lgasii6bwlzsi6"))
(modules '((guix build utils)))
(snippet
`(begin
(delete-file-recursively "nasdf")
#t))))
"00is7fg1jsj9r3jawphbk5gh8kmiixl7g60xg1ic2q2cpilfd1by"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-moptilities))
(native-inputs
(list sbcl-lisp-unit2
sbcl-nasdf))
(list sbcl-lisp-unit2))
(home-page "https://github.com/atlas-engineer/nclasses")
(synopsis "Simplify class, condition, and generic function definitions.")
(description