GNU bug report logs - #77567
[PATCH ruby-team] gnu: ruby-test-unit: Update to 3.6.8.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Sun, 6 Apr 2025 01:30:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77567 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#77567; Package guix-patches. (Sun, 06 Apr 2025 01:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to gemmaro <gemmaro.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix <at> cbaines.net, guix-patches <at> gnu.org. (Sun, 06 Apr 2025 01:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH ruby-team] gnu: ruby-test-unit: Update to 3.6.8.
Date: Sun,  6 Apr 2025 10:27:22 +0900
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.6.8.

Change-Id: I423e98b1827a738404019d057648acb2c646c266
---
This version includes the 'test-unit' command, which will hopefully serve as a
valuable tool for creating Ruby packages in some cases.

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2a80d3f4fb..1c63111af8 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5144,7 +5144,7 @@ (define-public ruby-test-construct
 (define-public ruby-test-unit
   (package
     (name "ruby-test-unit")
-    (version "3.6.0")
+    (version "3.6.8")
     (source (origin
               (method git-fetch)        ;for tests
               (uri (git-reference
@@ -5153,7 +5153,7 @@ (define-public ruby-test-unit
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0w1m432q3y5v9lkak8yyxadak3z17bsp6afni97i4zjdgfz7niz2"))))
+                "0w34i9hil41n1bjsr6mr2ank8jx6hq1s4svzpjskkx4454rw0jpi"))))
     (build-system ruby-build-system)
     (propagated-inputs
      (list ruby-power-assert))

base-commit: ba768e5a27feb6316afa5c4995cefd244e0f0e4b
-- 
2.49.0





This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.