mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cl-command-line-args: Update to version 0.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.1. Change-Id: I8f95ab80b8f79a6aaa3155fb5058821186fd9d5f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
87f5876e60
commit
a442b46e28
1 changed files with 2 additions and 2 deletions
|
@ -1073,7 +1073,7 @@ (define-public ecl-clingon
|
||||||
(define-public sbcl-command-line-args
|
(define-public sbcl-command-line-args
|
||||||
(package
|
(package
|
||||||
(name "sbcl-command-line-args")
|
(name "sbcl-command-line-args")
|
||||||
(version "0.1.0")
|
(version "0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1082,7 +1082,7 @@ (define-public sbcl-command-line-args
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "cl-command-line-args" version))
|
(file-name (git-file-name "cl-command-line-args" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ncw32qaak878xg68p42m2sh0qv19hg1va9wrh74d92v7cqz08kw"))))
|
(base32 "140xnz2v0v3hfg3dp2fhidw8ns6lxd3a5knm07wqdp48ksg119wy"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-systems '("whereiseveryone.command-line-args")))
|
'(#:asd-systems '("whereiseveryone.command-line-args")))
|
||||||
|
|
Loading…
Reference in a new issue