all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67193] [PATCH] gnu: clunit2: Update to 0.6.1.
@ 2023-11-15 16:29 cage
  2023-11-18 16:11 ` bug#67193: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2023-11-15 16:29 UTC (permalink / raw)
  To: 67193

Change-Id: Iba21a1cf108ae86b87090c9b5439ffe04f219af8
---
 gnu/packages/lisp-check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index cbbc8c3979..63a16d608c 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -356,11 +356,11 @@ (define-public ecl-clunit
   (sbcl-package->ecl-package sbcl-clunit))

 (define-public sbcl-clunit2
-  (let ((commit "c3159275a6c5af166e60b592c3b7e22eaa69c048")
+  (let ((commit "b24c56851ee6ee6c4a9dc3725a634c06b604f207")
         (revision "2"))
     (package
       (name "sbcl-clunit2")
-      (version (git-version "0.5.2" revision commit))
+      (version (git-version "0.6.1" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -369,7 +369,7 @@ (define-public sbcl-clunit2
                (commit commit)))
          (file-name (git-file-name "cl-clunit2" version))
          (sha256
-          (base32 "0n92z98dqfik3kfp25nz7yqycx4bpxlqbn69i5skcdnrj2ywmv01"))))
+          (base32 "03k4wc2zz31wcqcxy8fhq095i8xzcaxrzgrlrn2va10lcjs4v51b"))))
       (build-system asdf-build-system/sbcl)
       (synopsis "Unit testing framework for Common Lisp")
       (description

base-commit: 66132d6a20b3a8fa4649df338568765540057bd1
--
2.41.0




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

* bug#67193: [PATCH] gnu: clunit2: Update to 0.6.1.
  2023-11-15 16:29 [bug#67193] [PATCH] gnu: clunit2: Update to 0.6.1 cage
@ 2023-11-18 16:11 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-11-18 16:11 UTC (permalink / raw)
  To: cage; +Cc: 67193-done

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

Patch applied as 8e16c349c5f683f3322bc1bca307630fcbb8454d.
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:[~2023-11-18 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-15 16:29 [bug#67193] [PATCH] gnu: clunit2: Update to 0.6.1 cage
2023-11-18 16:11 ` bug#67193: " 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.