GNU bug report logs -
#68837
[PATCH] gnu: Update cl-command-line-args to version 0.1.0.
Previous Next
Reported by: Charles <charles <at> charje.net>
Date: Wed, 31 Jan 2024 05:15:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 31 Jan 2024 09:47:04 +0000
with message-id <87eddxg7el.fsf <at> kitej>
and subject line Re: [bug#68837] [PATCH] gnu: Update cl-command-line-args to version 0.1.0.
has caused the debbugs.gnu.org bug report #68837,
regarding [PATCH] gnu: Update cl-command-line-args to version 0.1.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68837: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68837
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (sbcl-command-line-args):
- Update version and hash.
- Add additional input.
Change-Id: Iadac4decc64f2333878dd5b106e1e82c33b40e30
---
gnu/packages/lisp-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index de21940449..ae71c67009 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1071,7 +1071,7 @@ (define-public ecl-clingon
(define-public sbcl-command-line-args
(package
(name "sbcl-command-line-args")
- (version "0.0.0")
+ (version "0.1.0")
(source
(origin
(method git-fetch)
@@ -1080,12 +1080,13 @@ (define-public sbcl-command-line-args
(commit (string-append "v" version))))
(file-name (git-file-name "cl-command-line-args" version))
(sha256
- (base32 "01p52zxr1b49c15ichlc3zadd1mrmwxzria53j949ayl2j6k8w1b"))))
+ (base32 "0ncw32qaak878xg68p42m2sh0qv19hg1va9wrh74d92v7cqz08kw"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:asd-systems '("whereiseveryone.command-line-args")))
(inputs
(list sbcl-alexandria
+ sbcl-charje.documentation
sbcl-cl-str
sbcl-serapeum
sbcl-trivia))
base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
prerequisite-patch-id: 45d179497c5c23d36ba555ff93d47a18276835ab
--
2.41.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch applied as fa023a9300425f398d8641de05f37ae3225c2482 with
a modified commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.