diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-16 01:33:59 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:59 +0200 |
| commit | 40628658a92fa6bff4b05092a409fdf57cec1608 (patch) | |
| tree | 609fe661191d211a0a1eba44531f1c6eaf0db13c /gnu/packages/ruby.scm | |
| parent | 4928308463b88876af4e1d790b410224ff1cb5b0 (diff) | |
gnu: ruby-timeout: Update to 0.4.3.
* gnu/packages/ruby.scm (ruby-timeout): Update to 0.4.3.
[native-inputs]: Add ruby-test-unit-ruby-core.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 24e068133de..52b462f05d5 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -15528,7 +15528,7 @@ minimal effort.") | |||
| 15528 | (define-public ruby-timeout | 15528 | (define-public ruby-timeout |
| 15529 | (package | 15529 | (package |
| 15530 | (name "ruby-timeout") | 15530 | (name "ruby-timeout") |
| 15531 | (version "0.3.2") | 15531 | (version "0.4.3") |
| 15532 | (source (origin | 15532 | (source (origin |
| 15533 | (method git-fetch) ;for tests | 15533 | (method git-fetch) ;for tests |
| 15534 | (uri (git-reference | 15534 | (uri (git-reference |
| @@ -15537,8 +15537,9 @@ minimal effort.") | |||
| 15537 | (file-name (git-file-name name version)) | 15537 | (file-name (git-file-name name version)) |
| 15538 | (sha256 | 15538 | (sha256 |
| 15539 | (base32 | 15539 | (base32 |
| 15540 | "0lzhs2c4znzg781w146dhvczhbx7h3wkb90i4v6h68zvm2zfylgj")))) | 15540 | "1mw2dwyp2j05fl2gmw8cj132kk145sbxj5i0whpxcnddlc8gw781")))) |
| 15541 | (build-system ruby-build-system) | 15541 | (build-system ruby-build-system) |
| 15542 | (native-inputs (list ruby-test-unit-ruby-core)) | ||
| 15542 | (synopsis "Timeout library for Ruby") | 15543 | (synopsis "Timeout library for Ruby") |
| 15543 | (description "Timeout provides a way to auto-terminate a potentially | 15544 | (description "Timeout provides a way to auto-terminate a potentially |
| 15544 | long-running operation if it hasn't finished in a fixed amount of time.") | 15545 | long-running operation if it hasn't finished in a fixed amount of time.") |
