mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(package
|
||||
(name "sbcl-command-line-args")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1082,7 +1082,7 @@ (define-public sbcl-command-line-args
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-command-line-args" version))
|
||||
(sha256
|
||||
(base32 "0ncw32qaak878xg68p42m2sh0qv19hg1va9wrh74d92v7cqz08kw"))))
|
||||
(base32 "140xnz2v0v3hfg3dp2fhidw8ns6lxd3a5knm07wqdp48ksg119wy"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
'(#:asd-systems '("whereiseveryone.command-line-args")))
|
||||
|
|
Loading…
Reference in a new issue