unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 63715@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>, Christopher Baines <mail@cbaines.net>
Subject: [bug#63715] [PATCH] gnu: Update ruby-test-unit to 3.5.9
Date: Thu, 25 May 2023 20:35:49 +0900	[thread overview]
Message-ID: <22bcf593775225b62beeedbce63745ad42d3f6e2.1685014549.git.gemmaro.dev@gmail.com> (raw)

* 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	other threads:[~2023-05-25 11:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25 11:35 gemmaro [this message]
2023-06-21 11:12 ` bug#63715: [PATCH] gnu: Update ruby-test-unit to 3.5.9 gemmaro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22bcf593775225b62beeedbce63745ad42d3f6e2.1685014549.git.gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=63715@debbugs.gnu.org \
    --cc=mail@cbaines.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).