all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68837] [PATCH] gnu: Update cl-command-line-args to version 0.1.0.
@ 2024-01-31  5:13 Charles via Guix-patches via
  2024-01-31  9:47 ` bug#68837: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2024-01-31  5:13 UTC (permalink / raw)
  To: 68837
  Cc: Charles, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, Sharlatan Hellseher, jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68837: [PATCH] gnu: Update cl-command-line-args to version 0.1.0.
  2024-01-31  5:13 [bug#68837] [PATCH] gnu: Update cl-command-line-args to version 0.1.0 Charles via Guix-patches via
@ 2024-01-31  9:47 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-31  9:47 UTC (permalink / raw)
  To: Charles; +Cc: 68837-done

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

Patch applied as fa023a9300425f398d8641de05f37ae3225c2482 with
a modified commit message.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-31  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31  5:13 [bug#68837] [PATCH] gnu: Update cl-command-line-args to version 0.1.0 Charles via Guix-patches via
2024-01-31  9:47 ` bug#68837: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.