diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-06-03 12:31:44 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:20 +0200 |
| commit | d4a541ae6ecbe5269b7462dec0f4f5e783d1ea83 (patch) | |
| tree | aa0cc4e841ca5df2da207f5b2e37ae35959d8451 | |
| parent | 678e7e7d4e296abc44eb215d66c1b792f1609b4b (diff) | |
gnu: ruby-3.4: Use openssl-3.0.
* gnu/packages/ruby.scm (ruby-3.4)[inputs]: Replace openssl-1.1
by openssl-3.0.
Change-Id: Idf905eb71f8d0948e027f8eb8291dedb7eafcaa4
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 087e13a2ba2..0a0baab32ba 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -211,7 +211,7 @@ a focus on simplicity and productivity.") | |||
| 211 | '()) | 211 | '()) |
| 212 | (list autoconf libyaml))) | 212 | (list autoconf libyaml))) |
| 213 | (inputs | 213 | (inputs |
| 214 | (list readline openssl-1.1 libffi gdbm)) | 214 | (list readline openssl-3.0 libffi gdbm)) |
| 215 | (propagated-inputs | 215 | (propagated-inputs |
| 216 | (list zlib)) | 216 | (list zlib)) |
| 217 | (native-search-paths | 217 | (native-search-paths |
