[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64150] [PATCH 12/24] gnu: ruby-test-unit: Update to 3.6.0.
From: |
Christopher Baines |
Subject: |
[bug#64150] [PATCH 12/24] gnu: ruby-test-unit: Update to 3.6.0. |
Date: |
Sun, 18 Jun 2023 12:28:39 +0100 |
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.6.0.
[source]: Switch to Git as tests missing from gem.
---
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 1dce3dc315..d411d643ae 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4553,13 +4553,16 @@ (define-public ruby-test-construct
(define-public ruby-test-unit
(package
(name "ruby-test-unit")
- (version "3.4.4")
+ (version "3.6.0")
(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 version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "15isy7vhppbfd0032klirj9gxp65ygkzjdwrmm28xpirlcsk6qpd"))))
+ "0w1m432q3y5v9lkak8yyxadak3z17bsp6afni97i4zjdgfz7niz2"))))
(build-system ruby-build-system)
(propagated-inputs
(list ruby-power-assert))
--
2.40.1
- [bug#64150] [PATCH 04/24] gnu: qtbase: Explicitly use ruby-2.7., (continued)
- [bug#64150] [PATCH 04/24] gnu: qtbase: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 05/24] gnu: texlive-hyphen-package: Use pinned ruby-hydra-minimal., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 09/24] gnu: mkvtoolnix: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 06/24] gnu: qtwebengine-5: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 08/24] gnu: webkitgtk: Explicitly use ruby-2., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 15/24] gnu: ruby-rjb: Update to 1.6.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 16/24] gnu: ruby-range-compressor: Update to 1.2.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 17/24] gnu: ruby-pry-doc: Update to 1.4.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 12/24] gnu: ruby-test-unit: Update to 3.6.0.,
Christopher Baines <=
- [bug#64150] [PATCH 20/24] gnu: ruby-memory-profiler: Update to 1.0.1., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 22/24] gnu: ruby-debug-inspector: Update to 1.1.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 21/24] gnu: ruby-hocon: Update to 1.4.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 13/24] gnu: ruby-sucker-punch: Update to 3.1.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 10/24] gnu: ruby-yajl-ruby: Update to 1.4.3., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 18/24] gnu: ruby-powerpack: Update to 0.1.3., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 24/24] gnu: bioruby: Update to 2.0.4., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 19/24] gnu: ruby-mkmf-lite: Update to 0.5.2., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 23/24] gnu: ruby-commander: Update to 4.6.0., Christopher Baines, 2023/06/18
- bug#64150: [PATCH 00/24] Various changes to support updating the default ruby., Christopher Baines, 2023/06/20