GNU bug report logs - #75937
[PATCH] gnu: git-filter-repo: Update to 2.47.0.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 30 Jan 2025 00:49:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 75937 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>, sharlatanus <at> gmail.com
Subject: [PATCH v3 31/90] gnu: ruby-timeout: Update to 0.4.3.
Date: Fri, 31 Jan 2025 07:53:26 +0100
* gnu/packages/ruby.scm (ruby-timeout): Update to 0.4.3.
[native-inputs]: Add ruby-test-unit-ruby-core.
---
 gnu/packages/ruby.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 949bba9b9a..c852347d1e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -15532,7 +15532,7 @@ (define-public ruby-sinatra
 (define-public ruby-timeout
   (package
     (name "ruby-timeout")
-    (version "0.3.2")
+    (version "0.4.3")
     (source (origin
               (method git-fetch)        ;for tests
               (uri (git-reference
@@ -15541,8 +15541,9 @@ (define-public ruby-timeout
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lzhs2c4znzg781w146dhvczhbx7h3wkb90i4v6h68zvm2zfylgj"))))
+                "1mw2dwyp2j05fl2gmw8cj132kk145sbxj5i0whpxcnddlc8gw781"))))
     (build-system ruby-build-system)
+    (native-inputs (list ruby-test-unit-ruby-core))
     (synopsis "Timeout library for Ruby")
     (description "Timeout provides a way to auto-terminate a potentially
 long-running operation if it hasn't finished in a fixed amount of time.")
-- 
2.48.1





This bug report was last modified 171 days ago.

Previous Next


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