unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63715] [PATCH] gnu: Update ruby-test-unit to 3.5.9
@ 2023-05-25 11:35 gemmaro
  2023-06-21 11:12 ` bug#63715: " gemmaro
  0 siblings, 1 reply; 2+ messages in thread
From: gemmaro @ 2023-05-25 11:35 UTC (permalink / raw)
  To: 63715; +Cc: gemmaro, Christopher Baines

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63715: [PATCH] gnu: Update ruby-test-unit to 3.5.9
  2023-05-25 11:35 [bug#63715] [PATCH] gnu: Update ruby-test-unit to 3.5.9 gemmaro
@ 2023-06-21 11:12 ` gemmaro
  0 siblings, 0 replies; 2+ messages in thread
From: gemmaro @ 2023-06-21 11:12 UTC (permalink / raw)
  To: 63715-done

I'm closing this in favor of https://issues.guix.gnu.org/64150.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-21 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 11:35 [bug#63715] [PATCH] gnu: Update ruby-test-unit to 3.5.9 gemmaro
2023-06-21 11:12 ` bug#63715: " gemmaro

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