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

* gnu/packages/lisp-xyz.scm (sbcl-clingon): Update to 0.5.0-0.379fc41.

Change-Id: I756845165eba3610bda8ec7c3598c797ced411a9
---
 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..adcb70d035 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1005,11 +1005,11 @@ (define-public cl-adopt
   (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 @@ (define-public sbcl-clingon
                (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))

base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
-- 
2.41.0






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

* bug#68136: [PATCH] gnu: cl-clingon: Update to 0.5.0-0.379fc41.
  2023-12-30  5:51 [bug#68136] [PATCH] gnu: cl-clingon: Update to 0.5.0-0.379fc41 Paul A. Patience
@ 2024-01-04 14:18 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-04 14:18 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 68136-done

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

Patch applied as cf78318204aff1ed443094a3428dfeed859f0c8a.
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:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  5:51 [bug#68136] [PATCH] gnu: cl-clingon: Update to 0.5.0-0.379fc41 Paul A. Patience
2024-01-04 14:18 ` bug#68136: " 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.