emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65091: closed ([PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343.)


From: GNU bug Tracking System
Subject: bug#65091: closed ([PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343.)
Date: Tue, 08 Aug 2023 08:36:02 +0000

Your message dated Tue, 08 Aug 2023 08:34:25 +0000
with message-id <87h6pakk3d.fsf@kitej>
and subject line Re: [bug#65091] [PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343.
has caused the debbugs.gnu.org bug report #65091,
regarding [PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65091: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65091
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343. Date: Sat, 5 Aug 2023 13:00:07 +0200
---
 gnu/packages/lisp-check.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#65091] [PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343. Date: Tue, 08 Aug 2023 08:34:25 +0000
Patch applied as 661cd5772d84eb4c8c4c447bd84b67e8949880e1 with
a complete commit message.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]