diff options
| author | Ben Woodcroft <donttrustben@gmail.com> | 2016-11-22 21:39:18 +1000 |
|---|---|---|
| committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-11-22 21:39:18 +1000 |
| commit | ee7518a009f2595879bb7e0275fa1f7ba8740819 (patch) | |
| tree | 002e2128ac378789892eec669c512e2d5517c782 /gnu/packages/ruby.scm | |
| parent | 8e5f8c98e21932cc6bc58c0f976d650b2323c087 (diff) | |
gnu: ruby: Update replacement to 2.3.3.
* gnu/packages/ruby.scm (ruby)[replacement]: Update to 2.3.3.
(ruby-2.3.2): Replace this ...
(ruby-2.3.3): ... with this.
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 1abea02bb5c..baae553992e 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | (define-public ruby | 47 | (define-public ruby |
| 48 | (package | 48 | (package |
| 49 | (name "ruby") | 49 | (name "ruby") |
| 50 | (replacement ruby-2.3.2) | 50 | (replacement ruby-2.3.3) |
| 51 | (version "2.3.1") | 51 | (version "2.3.1") |
| 52 | (source | 52 | (source |
| 53 | (origin | 53 | (origin |
| @@ -102,10 +102,10 @@ a focus on simplicity and productivity.") | |||
| 102 | (home-page "https://ruby-lang.org") | 102 | (home-page "https://ruby-lang.org") |
| 103 | (license license:ruby))) | 103 | (license license:ruby))) |
| 104 | 104 | ||
| 105 | (define ruby-2.3.2 | 105 | (define ruby-2.3.3 |
| 106 | (package | 106 | (package |
| 107 | (inherit ruby) | 107 | (inherit ruby) |
| 108 | (version "2.3.2") | 108 | (version "2.3.3") |
| 109 | (source | 109 | (source |
| 110 | (origin | 110 | (origin |
| 111 | (method url-fetch) | 111 | (method url-fetch) |
| @@ -114,7 +114,7 @@ a focus on simplicity and productivity.") | |||
| 114 | "/ruby-" version ".tar.xz")) | 114 | "/ruby-" version ".tar.xz")) |
| 115 | (sha256 | 115 | (sha256 |
| 116 | (base32 | 116 | (base32 |
| 117 | "031g76zxb2wp6988dmrpbqd98i17xi6l8q1115h83r2w0h8z6y2w")) | 117 | "1p0rfk0blrbfjcnv0vb0ha4hxflgkfhv9zbzp4vvld2pi31ahkqs")) |
| 118 | (modules '((guix build utils))) | 118 | (modules '((guix build utils))) |
| 119 | (snippet `(begin | 119 | (snippet `(begin |
| 120 | ;; Remove bundled libffi | 120 | ;; Remove bundled libffi |
