guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-command-line-args: Update to 0.1.3.


From: guix-commits
Subject: branch master updated: gnu: sbcl-command-line-args: Update to 0.1.3.
Date: Sat, 25 Jan 2025 21:17:56 -0500

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 36fe1a0789 gnu: sbcl-command-line-args: Update to 0.1.3.
36fe1a0789 is described below

commit 36fe1a0789cb41a7ca8005036630f0c51552583a
Author: Charles <charles@charje.net>
AuthorDate: Fri Jan 24 21:41:27 2025 -0600

    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>
---
 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 f00f0d30e2..becb5ade1d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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")))



reply via email to

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