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 33a32d3140 gnu: serf: Refresh input.
33a32d3140 is described below

commit 33a32d3140d76a51440fdefd28e99b69b10e0b4e
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jul 6 15:38:42 2026 +0200

    gnu: serf: Refresh input.
    
    * gnu/packages/web.scm (serf)[propagated-inputs]: Replace openssl-1.1
    by openssl.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5b98eee569..e07887b1dc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2926,7 +2926,7 @@ from streaming URLs.  It is a command-line wrapper for 
the libquvi library.")
         (base32 "1rk4q0fv9xs57fivjy5mxqkk5g7pvvvssxvalz6nwld2p84fz0dy"))))
     (build-system scons-build-system)
     (propagated-inputs
-     (list apr apr-util openssl-1.1))
+     (list apr apr-util openssl))
     (inputs
      (list ;; TODO: Fix build with gss.
            ;;("gss" ,gss)

Reply via email to