diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-06-03 12:30:55 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:20 +0200 |
| commit | 678e7e7d4e296abc44eb215d66c1b792f1609b4b (patch) | |
| tree | 10856f633023ec147dd2f84d78903dc2fba15684 | |
| parent | 67e6470853849e388e99eeba736547f95ae6da42 (diff) | |
gnu: ruby-3.3: Use openssl-3.0.
* gnu/packages/ruby.scm (ruby-3.3)[inputs]: Replace openssl-1.1
by openssl-3.0.
Change-Id: Iabbea94d3d1c66fa2e2fcb5013761e00aa7a8559
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 a36206ec16c..087e13a2ba2 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -271,7 +271,7 @@ a focus on simplicity and productivity.") | |||
| 271 | '()) | 271 | '()) |
| 272 | (list autoconf libyaml))) | 272 | (list autoconf libyaml))) |
| 273 | (inputs | 273 | (inputs |
| 274 | (list readline openssl-1.1 libffi gdbm)) | 274 | (list readline openssl-3.0 libffi gdbm)) |
| 275 | (propagated-inputs | 275 | (propagated-inputs |
| 276 | (list zlib)) | 276 | (list zlib)) |
| 277 | (native-search-paths | 277 | (native-search-paths |
