GNU bug report logs - #67193
[PATCH] gnu: clunit2: Update to 0.6.1.

Previous Next

Package: guix-patches;

Reported by: cage <cage-dev <at> twistfold.it>

Date: Wed, 15 Nov 2023 16:58:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: cage <cage-dev <at> twistfold.it>
Subject: bug#67193: closed (Re: [bug#67193] [PATCH] gnu: clunit2: Update
 to 0.6.1.)
Date: Sat, 18 Nov 2023 16:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67193: [PATCH] gnu: clunit2: Update to 0.6.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67193 <at> debbugs.gnu.org.

-- 
67193: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67193
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: cage <cage-dev <at> twistfold.it>
Cc: 67193-done <at> debbugs.gnu.org
Subject: Re: [bug#67193] [PATCH] gnu: clunit2: Update to 0.6.1.
Date: Sat, 18 Nov 2023 16:11:14 +0000
[Message part 3 (text/plain, inline)]
Patch applied as 8e16c349c5f683f3322bc1bca307630fcbb8454d.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: clunit2: Update to 0.6.1.
Date: Wed, 15 Nov 2023 17:29:10 +0100
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



This bug report was last modified 1 year and 184 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.