GNU bug report logs -
#63715
[PATCH] gnu: Update ruby-test-unit to 3.5.9
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Thu, 25 May 2023 11:37:01 UTC
Severity: normal
Tags: patch
Done: gemmaro <gemmaro.dev <at> gmail.com>
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 63715 in the body.
You can then email your comments to 63715 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
mail <at> cbaines.net, guix-patches <at> gnu.org
:
bug#63715
; Package
guix-patches
.
(Thu, 25 May 2023 11:37:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
mail <at> cbaines.net, guix-patches <at> gnu.org
.
(Thu, 25 May 2023 11:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.5.9
---
gnu/packages/ruby.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index eb84367d151..5b1dd3993d1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4543,13 +4543,16 @@ (define-public ruby-test-construct
(define-public ruby-test-unit
(package
(name "ruby-test-unit")
- (version "3.4.4")
+ (version "3.5.9")
(source (origin
- (method url-fetch)
- (uri (rubygems-uri "test-unit" version))
+ (method git-fetch) ;for tests
+ (uri (git-reference
+ (url "https://github.com/test-unit/test-unit")
+ (commit "d52827f6ea1c453954994040414f9691a12f91e3")))
+ (file-name (git-file-name name version))
(sha256
(base32
- "15isy7vhppbfd0032klirj9gxp65ygkzjdwrmm28xpirlcsk6qpd"))))
+ "0rz78h4jdd93sx6h766yfcrscv5326ii34rjvi4hh40n4dqbskgr"))))
(build-system ruby-build-system)
(propagated-inputs
(list ruby-power-assert))
base-commit: a9cde26133bd98498869a3528d9dff0d3f456a96
--
2.40.1
Reply sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
You have taken responsibility.
(Wed, 21 Jun 2023 11:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 21 Jun 2023 11:13:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63715-done <at> debbugs.gnu.org (full text, mbox):
I'm closing this in favor of https://issues.guix.gnu.org/64150.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Jul 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.