mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: sbcl-command-line-args: Update to 0.1.3.
* gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.3. Change-Id: I2d10b6b7f10955d9aba6a5feea7cac3ef11d9476 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
c20b77d4a9
commit
36fe1a0789
1 changed files with 2 additions and 2 deletions
|
@ -12546,7 +12546,7 @@ based on code from chapter 24 of the book @emph{Practical Common Lisp}.")
|
|||
(define-public sbcl-command-line-args
|
||||
(package
|
||||
(name "sbcl-command-line-args")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12555,7 +12555,7 @@ based on code from chapter 24 of the book @emph{Practical Common Lisp}.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-command-line-args" version))
|
||||
(sha256
|
||||
(base32 "1ds3s26lbl7j8i3m8d7c69jdcpwdc21qjqd9sarrz6mw1i26xfd5"))))
|
||||
(base32 "1vzybqnqwrfl8b708h8wx8xsm1ml5c3r0lcx23615hb4p800iagf"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
'(#:asd-systems '("whereiseveryone.command-line-args")))
|
||||
|
|
Loading…
Add table
Reference in a new issue