mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sbcl-clingon: Update to 0.6.0.
* gnu/packages/lisp-xyz.scm (sbcl-clingon): Update to 0.6.0. Change-Id: I08f25d0a33863949a50bdb54a706ef899001f473
This commit is contained in:
parent
bc5fcfb028
commit
2994a2530b
1 changed files with 27 additions and 29 deletions
|
|
@ -12079,34 +12079,32 @@ terminals.")
|
|||
(sbcl-package->ecl-package sbcl-clinenoise))
|
||||
|
||||
(define-public sbcl-clingon
|
||||
(let ((commit "f2a730f1073e41d78557019085fbb0c662fd3189")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-clingon")
|
||||
(version (git-version "0.5.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dnaeon/clingon")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "cl-clingon" version))
|
||||
(sha256
|
||||
(base32 "0p8i9bkzzy4v0pg15dldrl73xri4kxyxa7si82bawh1dnnm53jgc"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-rove))
|
||||
(inputs
|
||||
(list sbcl-bobbin
|
||||
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
|
||||
"@code{clingon} is a command-line option parsing library for Common
|
||||
(package
|
||||
(name "sbcl-clingon")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dnaeon/clingon")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-clingon" version))
|
||||
(sha256
|
||||
(base32 "1a31xjvdgikarafhy8f11pprqgw55yv57ahd4j71k124lxrz8wfz"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-rove))
|
||||
(inputs
|
||||
(list sbcl-bobbin
|
||||
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
|
||||
"@code{clingon} is a command-line option parsing library for Common
|
||||
Lisp. Its features include:
|
||||
@itemize
|
||||
@item Support for subcommands
|
||||
|
|
@ -12135,7 +12133,7 @@ command is executed
|
|||
by developing a new option kind, or even a new mechanism for initializing
|
||||
options, e.g., by looking up an external key/value store
|
||||
@end itemize")
|
||||
(license license:bsd-2))))
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public cl-clingon
|
||||
(sbcl-package->cl-source-package sbcl-clingon))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue