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:
Charles 2025-01-24 21:41:27 -06:00 committed by jgart
parent c20b77d4a9
commit 36fe1a0789
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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")))