diff options
| author | Aaron Covrig <aarcov@gmail.com> | 2026-01-11 02:35:32 -0500 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 16:40:51 +0200 |
| commit | a5a3a94a75a1cded31e480392f95f5b39dab4982 (patch) | |
| tree | 651a0f5ccd6350062ae35e0f56a5deade14d4200 | |
| parent | 6761401b258777564c3117352498d7cde1b66a79 (diff) | |
gnu: ruby-timeout: Update to 0.6.0.
* gnu/packages/ruby-xyz.scm (ruby-timeout): Update to 0.6.0.
Change-Id: Ic87e5011edb627cf902a85e50ccbc7425a3c9c28
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index c51181f3a2c..90e8180f01d 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm | |||
| @@ -15295,7 +15295,7 @@ minimal effort.") | |||
| 15295 | (define-public ruby-timeout | 15295 | (define-public ruby-timeout |
| 15296 | (package | 15296 | (package |
| 15297 | (name "ruby-timeout") | 15297 | (name "ruby-timeout") |
| 15298 | (version "0.4.3") | 15298 | (version "0.6.1") |
| 15299 | (source (origin | 15299 | (source (origin |
| 15300 | (method git-fetch) ;for tests | 15300 | (method git-fetch) ;for tests |
| 15301 | (uri (git-reference | 15301 | (uri (git-reference |
| @@ -15304,14 +15304,14 @@ minimal effort.") | |||
| 15304 | (file-name (git-file-name name version)) | 15304 | (file-name (git-file-name name version)) |
| 15305 | (sha256 | 15305 | (sha256 |
| 15306 | (base32 | 15306 | (base32 |
| 15307 | "1mw2dwyp2j05fl2gmw8cj132kk145sbxj5i0whpxcnddlc8gw781")))) | 15307 | "1901x2cabiiiq9awz636aifsrxnx8k4wbgpaq0dz6486pf1jv2sl")))) |
| 15308 | (build-system ruby-build-system) | 15308 | (build-system ruby-build-system) |
| 15309 | (native-inputs (list ruby-test-unit-ruby-core)) | 15309 | (native-inputs (list ruby-test-unit-ruby-core)) |
| 15310 | (synopsis "Timeout library for Ruby") | 15310 | (synopsis "Timeout library for Ruby") |
| 15311 | (description "Timeout provides a way to auto-terminate a potentially | 15311 | (description "Timeout provides a way to auto-terminate a potentially |
| 15312 | long-running operation if it hasn't finished in a fixed amount of time.") | 15312 | long-running operation if it hasn't finished in a fixed amount of time.") |
| 15313 | (home-page "https://github.com/ruby/timeout") | 15313 | (home-page "https://github.com/ruby/timeout") |
| 15314 | (license (list license:bsd-2)))) | 15314 | (license (list license:bsd-2 license:ruby)))) |
| 15315 | 15315 | ||
| 15316 | (define-public ruby-thin | 15316 | (define-public ruby-thin |
| 15317 | (package | 15317 | (package |
