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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 21 Jun 2023 20:12:47 +0900
with message-id <87352loyq8.fsf <at> mac.gemmaro.name>
and subject line Re: [PATCH] gnu: Update ruby-test-unit to 3.5.9
has caused the debbugs.gnu.org bug report #63715,
regarding [PATCH] gnu: Update ruby-test-unit to 3.5.9
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63715: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63715
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
I'm closing this in favor of https://issues.guix.gnu.org/64150.
This bug report was last modified 1 year and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.