guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: cl-command-line-args: Update to version 0.1.1.


From: guix-commits
Subject: 02/04: gnu: cl-command-line-args: Update to version 0.1.1.
Date: Mon, 5 Feb 2024 08:37:05 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit a442b46e283ef4d954ff6873062159b88ddb5187
Author: Charles <charles@charje.net>
AuthorDate: Thu Feb 1 21:40:03 2024 -0600

    gnu: cl-command-line-args: Update to version 0.1.1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.1.
    
    Change-Id: I8f95ab80b8f79a6aaa3155fb5058821186fd9d5f
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 53cf89f829..0626b79856 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1073,7 +1073,7 @@ options, e.g., by looking up an external key/value store
 (define-public sbcl-command-line-args
   (package
     (name "sbcl-command-line-args")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
      (origin
        (method git-fetch)
@@ -1082,7 +1082,7 @@ options, e.g., by looking up an external key/value store
              (commit (string-append "v" version))))
        (file-name (git-file-name "cl-command-line-args" version))
        (sha256
-        (base32 "0ncw32qaak878xg68p42m2sh0qv19hg1va9wrh74d92v7cqz08kw"))))
+        (base32 "140xnz2v0v3hfg3dp2fhidw8ns6lxd3a5knm07wqdp48ksg119wy"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      '(#:asd-systems '("whereiseveryone.command-line-args")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]