guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: cl-clingon: Update to 0.5.0-0.379fc41.


From: guix-commits
Subject: 10/14: gnu: cl-clingon: Update to 0.5.0-0.379fc41.
Date: Thu, 4 Jan 2024 09:12:41 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit cf78318204aff1ed443094a3428dfeed859f0c8a
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Sat Dec 30 05:51:52 2023 +0000

    gnu: cl-clingon: Update to 0.5.0-0.379fc41.
    
    * gnu/packages/lisp-xyz.scm (sbcl-clingon): Update to 0.5.0-0.379fc41.
    
    Change-Id: I756845165eba3610bda8ec7c3598c797ced411a9
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6c988248bd..e68a3b22cf 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1005,11 +1005,11 @@ Common Lisp, heavily influenced by Python's 
@code{optparse} and
   (sbcl-package->cl-source-package sbcl-adopt))
 
 (define-public sbcl-clingon
-  (let ((commit "ff4fda1768551fecdf1c527a3097ae99ba5f40b5")
-        (revision "1"))
+  (let ((commit "379fc41e7b3977661f1454cf35acdbfae046d40d")
+        (revision "0"))
     (package
       (name "sbcl-clingon")
-      (version (git-version "0.4.0" revision commit))
+      (version (git-version "0.5.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -1018,7 +1018,7 @@ Common Lisp, heavily influenced by Python's 
@code{optparse} and
                (commit commit)))
          (file-name (git-file-name "cl-clingon" version))
          (sha256
-          (base32 "1b5ybq2x8bwsr541cznwv43lf9j5gz1ij52xj181kg32wb3x0y3n"))))
+          (base32 "11p9lplx0fc5ghx601i150vrd46zdbvw0hfrbrrrdqplxaqpywq5"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-rove))



reply via email to

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