[PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal
C
(address . guix-patches@gnu.org)
10dc64cc56f0dae17ad95681da211ec7ded4b8a0.1691233125.git.cage-dev@twistfold.it
---
gnu/packages/lisp-check.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 6bade26aea..6115ded948 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -355,26 +355,26 @@ (define-public ecl-clunit
(sbcl-package->ecl-package sbcl-clunit))

(define-public sbcl-clunit2
- (let ((commit "5e28343734eb9b7aee39306a614af92c1062d50b")
- (revision "1"))
+ (let ((commit "c3159275a6c5af166e60b592c3b7e22eaa69c048")
+ (revision "2"))
(package
(name "sbcl-clunit2")
- (version (git-version "0.2.4" revision commit))
+ (version (git-version "0.5.2" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://notabug.org/cage/clunit2.git")
+ (url "https://codeberg.org/cage/clunit2.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ngiapfki6nm8a555mzhb5p7ch79i3w665za5bmb5j7q34fy80vw"))))
+ (base32 "0n92z98dqfik3kfp25nz7yqycx4bpxlqbn69i5skcdnrj2ywmv01"))))
(build-system asdf-build-system/sbcl)
(synopsis "Unit testing framework for Common Lisp")
(description
- "CLUnit is a Common Lisp unit testing framework. It is designed to be
+ "CLUnit2 is a Common Lisp unit testing framework. It is designed to be
easy to use so that you can quickly start testing.")
- (home-page "https://notabug.org/cage/clunit2")
+ (home-page "https://codeberg.org/cage/clunit2")
(license license:expat))))

(define-public cl-clunit2

base-commit: 42ae42cf41e8f5e88422e30d801251a3427d7f3b
--
2.34.0
G
G
Guillaume Le Vaillant wrote on 8 Aug 2023 10:34
(name . cage)(address . cage-dev@twistfold.it)(address . 65091-done@debbugs.gnu.org)
87h6pakk3d.fsf@kitej
Patch applied as 661cd5772d84eb4c8c4c447bd84b67e8949880e1 with
a complete commit message.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNH+Rg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j88gAD/TCcTUDl1rF0zdQB/KcG1mDFFdDrv4QzOHwqp
xCiPpLoA/2Y/fiUktXZyhCBHXpDj5+ij9m9V848ViN5wEySF84jA
=42CN
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 65091
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