guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: cl-nibbles: Update to 0.14-3.a46a677.


From: guix-commits
Subject: 06/14: gnu: cl-nibbles: Update to 0.14-3.a46a677.
Date: Thu, 4 Jan 2024 09:12:40 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 3f5023a503a4cc232ced2097efe1ca3a57e80fe9
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Sat Dec 30 01:58:24 2023 +0000

    gnu: cl-nibbles: Update to 0.14-3.a46a677.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nibbles): Update to 0.14-3.a46a677.
      [file-name]: Rename to cl-nibbles. Move above sha256.
    
    Change-Id: I6a95f3f24b043d7e2c192840d9bad62f5c661fb2
    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 3316b58a02..424931e0f8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3407,8 +3407,8 @@ than the body of the lambda.")
 
 (define-public sbcl-nibbles
   ;; No tagged release since 2018.
-  (let ((commit "dad25240928d5cf8f7df69c4398244e03570bb35")
-        (revision "2"))
+  (let ((commit "a46a67736e07b548cdd7485cb36834f7942313f1")
+        (revision "3"))
     (package
       (name "sbcl-nibbles")
       (version (git-version "0.14" revision commit))
@@ -3418,9 +3418,9 @@ than the body of the lambda.")
          (uri (git-reference
                (url "https://github.com/sharplispers/nibbles/";)
                (commit commit)))
+         (file-name (git-file-name "cl-nibbles" version))
          (sha256
-          (base32 "0r6ljlpgjmkf87pmvdwzva8qj15bhznc3ylgcjjqyy4frbx9lygz"))
-         (file-name (git-file-name "nibbles" version))))
+          (base32 "12qjich11hp31dhbvbsixyjbddmr6faaajigrivgbxy9kw6d279j"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        ;; Tests only.



reply via email to

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