unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: cage <cage-dev@twistfold.it>
To: 65091@debbugs.gnu.org
Subject: [bug#65091] [PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343.
Date: Sat, 5 Aug 2023 13:00:07 +0200	[thread overview]
Message-ID: <10dc64cc56f0dae17ad95681da211ec7ded4b8a0.1691233125.git.cage-dev@twistfold.it> (raw)

---
 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




             reply	other threads:[~2023-08-05 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05 11:00 cage [this message]
2023-08-08  8:34 ` bug#65091: [PATCH] gnu: cl-unit2: Update to 0.5.2.5e28343 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10dc64cc56f0dae17ad95681da211ec7ded4b8a0.1691233125.git.cage-dev@twistfold.it \
    --to=cage-dev@twistfold.it \
    --cc=65091@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).