all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68125] [PATCH] gnu: cl-nibbles: Update to 0.14-3.a46a677.
@ 2023-12-30  1:58 Paul A. Patience
  2024-01-04 14:16 ` bug#68125: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-12-30  1:58 UTC (permalink / raw)
  To: 68125; +Cc: Paul A. Patience

* 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
---
 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 1625197550..495659f3c7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3407,8 +3407,8 @@ (define-public cl-fn
 
 (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 @@ (define-public sbcl-nibbles
          (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.

base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
-- 
2.41.0






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

* bug#68125: [PATCH] gnu: cl-nibbles: Update to 0.14-3.a46a677.
  2023-12-30  1:58 [bug#68125] [PATCH] gnu: cl-nibbles: Update to 0.14-3.a46a677 Paul A. Patience
@ 2024-01-04 14:16 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-04 14:16 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 68125-done

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

Patch applied as 3f5023a503a4cc232ced2097efe1ca3a57e80fe9.
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-04 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  1:58 [bug#68125] [PATCH] gnu: cl-nibbles: Update to 0.14-3.a46a677 Paul A. Patience
2024-01-04 14:16 ` bug#68125: " 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.