GNU bug report logs -
#64549
[PATCH] gnu: sbcl-rove: Update to 0.10.0-1.6a5dfcd.
Previous Next
Reported by: Mike Delago <michaeldelago98 <at> gmail.com>
Date: Sun, 9 Jul 2023 22:32:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64549 in the body.
You can then email your comments to 64549 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
glv <at> posteo.net, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#64549
; Package
guix-patches
.
(Sun, 09 Jul 2023 22:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mike Delago <michaeldelago98 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
glv <at> posteo.net, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Sun, 09 Jul 2023 22:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-check.scm (sbcl-rove): Update to 0.10.0-1.6a5dfcd.
---
gnu/packages/lisp-check.scm | 45 +++++++++++++++++++------------------
1 file changed, 23 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 1d2e439e9a..b61e7e10f9 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -868,29 +868,30 @@ (define-public ecl-ptester
(sbcl-package->ecl-package sbcl-ptester))
(define-public sbcl-rove
- (package
- (name "sbcl-rove")
- (version "0.9.6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/fukamachi/rove")
- (commit "f3695db08203bf26f3b861dc22ac0f4257d3ec21")))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "07ala4l2fncxf540fzxj3h5mhi9i4wqllhj0rqk8m2ljl5zbz89q"))))
- (build-system asdf-build-system/sbcl)
- (inputs
- (list sbcl-bordeaux-threads sbcl-dissect sbcl-trivial-gray-streams))
- (home-page "https://github.com/fukamachi/rove")
- (synopsis
- "Yet another common lisp testing library")
- (description
- "Rove is a unit testing framework for Common Lisp applications.
+ ;; There's been quite a few commits since version 0.10.0
+ (let ((commit "6a5dfcdced42879a4eff2a529e7e8ce492fadf41")
+ (revision "1"))
+ (package
+ (name "sbcl-rove")
+ (version (git-version "0.10.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fukamachi/rove")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1w99c0795ykhn14pfhyhvfzxzz0k1z1bb846xgz3iv19s0j2vykr"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-bordeaux-threads sbcl-dissect
+ sbcl-trivial-gray-streams))
+ (home-page "https://github.com/fukamachi/rove")
+ (synopsis "Yet another common lisp testing library")
+ (description
+ "Rove is a unit testing framework for Common Lisp applications.
This is intended to be a successor of Prove.")
- (license license:bsd-3)))
+ (license license:bsd-3))))
(define-public cl-rove
(sbcl-package->cl-source-package sbcl-rove))
base-commit: f0ca6346a46c605a590bfd77b84e143a8c759a3b
--
2.41.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Mon, 10 Jul 2023 08:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mike Delago <michaeldelago98 <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 10 Jul 2023 08:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64549-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 126a91888c921179e90090c4c023d6285bfd44a0.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 07 Aug 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.