[PATCH] gnu: clunit2: Update to 0.6.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 1 years ago
(address . guix-patches@gnu.org)
385564d1bbed6d3bd35f9aef5dcd8beb22780756.1700065324.git.cage-dev@twistfold.it
Change-Id: Iba21a1cf108ae86b87090c9b5439ffe04f219af8
---
gnu/packages/lisp-check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
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
Guillaume Le Vaillant wrote 1 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 67193-done@debbugs.gnu.org)
87jzqf11oe.fsf@kitej
Patch applied as 8e16c349c5f683f3322bc1bca307630fcbb8454d.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZVjiQQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9TMwEAoWlnaSMmwDCwSf+j6JZgHX6yaRMKM5kIeApp
ShUidPEA/irGFPsIQ6oXx1TJco8X3HttL03TkfmqgZ6zQzA3vVYy
=no6Y
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67193@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67193
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help