diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2021-09-12 13:14:06 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2021-09-12 14:04:57 +0300 |
| commit | 66cf6853c58faecc98ef589feb6683fcb281d92b (patch) | |
| tree | 57dcd6a3dc3663029185fcdb74e467cec88f7f9f /gnu | |
| parent | 90f297e4a0a5db525aeb4b17939b7ee4ea7ea433 (diff) | |
gnu: ruby-tins: Update to 1.29.1.
* gnu/packages/ruby.scm (ruby-tins): Update to 1.29.1.
[propagated-inputs]: Add ruby-sync.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 1adc780e81c..8f2624d7b00 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -5965,13 +5965,13 @@ documentation for Ruby code.") | |||
| 5965 | (define-public ruby-tins | 5965 | (define-public ruby-tins |
| 5966 | (package | 5966 | (package |
| 5967 | (name "ruby-tins") | 5967 | (name "ruby-tins") |
| 5968 | (version "1.15.0") | 5968 | (version "1.29.1") |
| 5969 | (source (origin | 5969 | (source (origin |
| 5970 | (method url-fetch) | 5970 | (method url-fetch) |
| 5971 | (uri (rubygems-uri "tins" version)) | 5971 | (uri (rubygems-uri "tins" version)) |
| 5972 | (sha256 | 5972 | (sha256 |
| 5973 | (base32 | 5973 | (base32 |
| 5974 | "09whix5a7ics6787zrkwjmp16kqyh6560p9f317syks785805f7s")))) | 5974 | "0nzp88y19rqlcizp1nw8m44fvfxs9g3bhjpscz44dwfawfrmr0cb")))) |
| 5975 | (build-system ruby-build-system) | 5975 | (build-system ruby-build-system) |
| 5976 | ;; This gem needs gem-hadar at development time, but gem-hadar needs tins | 5976 | ;; This gem needs gem-hadar at development time, but gem-hadar needs tins |
| 5977 | ;; at runtime. To avoid the dependency on gem-hadar we disable rebuilding | 5977 | ;; at runtime. To avoid the dependency on gem-hadar we disable rebuilding |
| @@ -5987,6 +5987,8 @@ documentation for Ruby code.") | |||
| 5987 | (substitute* "tins.gemspec" | 5987 | (substitute* "tins.gemspec" |
| 5988 | (("\"lib/spruz\", ") "")) | 5988 | (("\"lib/spruz\", ") "")) |
| 5989 | (invoke "gem" "build" "tins.gemspec")))))) | 5989 | (invoke "gem" "build" "tins.gemspec")))))) |
| 5990 | (propagated-inputs | ||
| 5991 | `(("ruby-sync" ,ruby-sync))) | ||
| 5990 | (synopsis "Assorted tools for Ruby") | 5992 | (synopsis "Assorted tools for Ruby") |
| 5991 | (description "Tins is a Ruby library providing assorted tools.") | 5993 | (description "Tins is a Ruby library providing assorted tools.") |
| 5992 | (home-page "https://github.com/flori/tins") | 5994 | (home-page "https://github.com/flori/tins") |
