mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-clingon: Update to 0.5.0-1.f2a703f.
* gnu/packages/lisp-xyz.scm (sbcl-clingon): Update to 0.5.0-1.f2a703f. [arguments]: Disable tests. Change-Id: I4b04017eae85eca35f05d6cd87aa5a9e42da7643
This commit is contained in:
parent
f7a94b383f
commit
865f1089c0
1 changed files with 5 additions and 3 deletions
|
@ -11458,8 +11458,8 @@ terminals.")
|
|||
(sbcl-package->ecl-package sbcl-clinenoise))
|
||||
|
||||
(define-public sbcl-clingon
|
||||
(let ((commit "379fc41e7b3977661f1454cf35acdbfae046d40d")
|
||||
(revision "0"))
|
||||
(let ((commit "f2a730f1073e41d78557019085fbb0c662fd3189")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-clingon")
|
||||
(version (git-version "0.5.0" revision commit))
|
||||
|
@ -11471,7 +11471,7 @@ terminals.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-clingon" version))
|
||||
(sha256
|
||||
(base32 "11p9lplx0fc5ghx601i150vrd46zdbvw0hfrbrrrdqplxaqpywq5"))))
|
||||
(base32 "0p8i9bkzzy4v0pg15dldrl73xri4kxyxa7si82bawh1dnnm53jgc"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-rove))
|
||||
|
@ -11480,6 +11480,8 @@ terminals.")
|
|||
sbcl-cl-reexport
|
||||
sbcl-split-sequence
|
||||
sbcl-with-user-abort))
|
||||
(arguments
|
||||
(list #:tests? #f)) ; FIXME: Tests run forever
|
||||
(home-page "https://github.com/dnaeon/clingon")
|
||||
(synopsis "Command-line option parsing library for Common Lisp")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue