Archived
1
0
Fork 0

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:
Andre A. Gomes 2023-07-18 12:32:31 +03:00 committed by Guillaume Le Vaillant
parent 54a49cf1cc
commit 324f56927b
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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/")