gnu: cl-ndebug: Update to 0.2.0.
* gnu/packages/lisp-xyz.scm (sbcl-ndebug): Update to 0.2.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
54a49cf1cc
commit
324f56927b
1 changed files with 7 additions and 8 deletions
|
@ -27956,23 +27956,22 @@ manipulations as the composition of more primitive operations.")
|
||||||
(define-public sbcl-ndebug
|
(define-public sbcl-ndebug
|
||||||
(package
|
(package
|
||||||
(name "sbcl-ndebug")
|
(name "sbcl-ndebug")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/atlas-engineer/ndebug")
|
(url "https://github.com/atlas-engineer/ndebug")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "ndebug" version))
|
(file-name (git-file-name "cl-ndebug" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wdp0wqk6clq3hh9yqmgdm55x50b5m7ly9004j2c8k5zz1rgi4rr"))))
|
(base32 "1sndg4qclkdr53xkxrfjskx8gcqx0bn4r0vslzfx1kgznl4hbf1d"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list
|
(list sbcl-dissect
|
||||||
sbcl-dissect
|
sbcl-trivial-custom-debugger
|
||||||
sbcl-lparallel
|
sbcl-bordeaux-threads
|
||||||
sbcl-slime-swank
|
sbcl-trivial-gray-streams))
|
||||||
sbcl-trivial-custom-debugger))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-lisp-unit2))
|
(list sbcl-lisp-unit2))
|
||||||
(home-page "https://github.com/atlas-engineer/ndebug/")
|
(home-page "https://github.com/atlas-engineer/ndebug/")
|
||||||
|
|
Reference in a new issue