This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 66d5a4b1b1 gnu: ruby-4.0: Update dependency on openssl.
66d5a4b1b1 is described below

commit 66d5a4b1b150043aced8ed939a519abc5f712819
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Jul 6 17:27:33 2026 +0200

    gnu: ruby-4.0: Update dependency on openssl.
    
    * gnu/packages/ruby.scm (ruby-4.0)[inputs]: Remove openssl-3-0; add
    openssl.
    
    Merges guix/guix!9762
    
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/ruby.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a36206ec16..6f5eb5f7fa 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -143,7 +143,7 @@
                                (list this-package)
                                '())
                            (list autoconf libyaml)))
-    (inputs (append (list readline openssl-3.0 libffi ;to build fiddle
+    (inputs (append (list readline openssl libffi ;to build fiddle
                           gmp) ;to accelerate Bignum operations
                     (if (supported-package? rust)
                         (list rust) ;to build YJIT, ZJIT, and MMTk

Reply via email to