mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-prove: Update to 1.0.0-2.5d71f02.
* gnu/packages/lisp-xyz.scm (sbcl-prove): Update to 1.0.0-2.5d71f02. [inputs]: Add cl-colors.
This commit is contained in:
parent
ea8806f868
commit
caf80a6fe0
1 changed files with 5 additions and 4 deletions
|
@ -2610,10 +2610,11 @@ named color.")
|
||||||
(sbcl-package->ecl-package sbcl-cl-ansi-text))
|
(sbcl-package->ecl-package sbcl-cl-ansi-text))
|
||||||
|
|
||||||
(define-public sbcl-prove
|
(define-public sbcl-prove
|
||||||
(let ((commit "4f9122bd393e63c5c70c1fba23070622317cfaa0"))
|
(let ((commit "5d71f02795b89e36f34e8c7d50e69b67ec6ca2de")
|
||||||
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-prove")
|
(name "sbcl-prove")
|
||||||
(version (git-version "1.0.0" "1" commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2621,12 +2622,12 @@ named color.")
|
||||||
(url "https://github.com/fukamachi/prove")
|
(url "https://github.com/fukamachi/prove")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ca6ha3zhmckq3ad9lxm6sbg4i0hg3m81xhan4dkxd3x9898jzpc"))
|
||||||
"07sbfw459z8bbjvx1qlmfa8qk2mvbjnnzi2mi0x72blaj8bkl4vc"))
|
|
||||||
(file-name (git-file-name "prove" version))))
|
(file-name (git-file-name "prove" version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
("cl-colors" ,sbcl-cl-colors)
|
||||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
("cl-ppcre" ,sbcl-cl-ppcre)
|
||||||
("cl-ansi-text" ,sbcl-cl-ansi-text)))
|
("cl-ansi-text" ,sbcl-cl-ansi-text)))
|
||||||
(synopsis "Yet another unit testing framework for Common Lisp")
|
(synopsis "Yet another unit testing framework for Common Lisp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue