gnu: sbcl-command-line-args: Update to 0.1.2.

* gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.2.

Change-Id: If59aa39f719b89d7ffe873e08453ed7da0cf071a
This commit is contained in:
jgart 2024-12-29 14:44:43 -06:00
parent 1ac17c4bac
commit 776b4e850a
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -12458,7 +12458,7 @@ based on code from chapter 24 of the book @emph{Practical Common Lisp}.")
(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.1") (version "0.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -12467,7 +12467,7 @@ based on code from chapter 24 of the book @emph{Practical Common Lisp}.")
(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 "140xnz2v0v3hfg3dp2fhidw8ns6lxd3a5knm07wqdp48ksg119wy")))) (base32 "1ds3s26lbl7j8i3m8d7c69jdcpwdc21qjqd9sarrz6mw1i26xfd5"))))
(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")))