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
|
||||
(package
|
||||
(name "sbcl-ndebug")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/atlas-engineer/ndebug")
|
||||
(commit version)))
|
||||
(file-name (git-file-name "ndebug" version))
|
||||
(file-name (git-file-name "cl-ndebug" version))
|
||||
(sha256
|
||||
(base32 "0wdp0wqk6clq3hh9yqmgdm55x50b5m7ly9004j2c8k5zz1rgi4rr"))))
|
||||
(base32 "1sndg4qclkdr53xkxrfjskx8gcqx0bn4r0vslzfx1kgznl4hbf1d"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list
|
||||
sbcl-dissect
|
||||
sbcl-lparallel
|
||||
sbcl-slime-swank
|
||||
sbcl-trivial-custom-debugger))
|
||||
(list sbcl-dissect
|
||||
sbcl-trivial-custom-debugger
|
||||
sbcl-bordeaux-threads
|
||||
sbcl-trivial-gray-streams))
|
||||
(native-inputs
|
||||
(list sbcl-lisp-unit2))
|
||||
(home-page "https://github.com/atlas-engineer/ndebug/")
|
||||
|
|
Reference in a new issue