[PATCH] gnu: ruby-test-unit: Update to 3.6.2.

  • Open
  • quality assurance status badge
Details
One participant
  • gemmaro
Owner
unassigned
Submitted by
gemmaro
Severity
normal

Debbugs page

gemmaro wrote 8 months ago
(address . guix-patches@gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
277ebbce515d0be41dbd53bee71bedea77ae519c.1721555875.git.gemmaro.dev@gmail.com
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.6.2.

Change-Id: If00e924849a46e31d52ac6799561b749474c5046
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9547481caf..df2d2ae5ce 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4987,7 +4987,7 @@ (define-public ruby-test-construct
(define-public ruby-test-unit
(package
(name "ruby-test-unit")
- (version "3.6.0")
+ (version "3.6.2")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -4996,7 +4996,7 @@ (define-public ruby-test-unit
(file-name (git-file-name name version))
(sha256
(base32
- "0w1m432q3y5v9lkak8yyxadak3z17bsp6afni97i4zjdgfz7niz2"))))
+ "04dnnf189fj7nvk3mhsk3228p6lvwfivpkzdfkm459nqfknkhvc5"))))
(build-system ruby-build-system)
(propagated-inputs
(list ruby-power-assert))

base-commit: 9df5289c6687cd5688c275d16417389fbab6d384
--
2.45.2
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72226@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72226
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help