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

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 78cc71d257 gnu: httpd: Update to 2.4.66.
78cc71d257 is described below

commit 78cc71d2575d52319b598a94affaee5d9e5eb90f
Author: Hartmut Goebel <[email protected]>
AuthorDate: Fri Jan 9 16:01:13 2026 +0100

    gnu: httpd: Update to 2.4.66.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.66.
    
    Change-Id: I3506ab86cbef4e38466ab2a7c730cdf4f1717267
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 626d55d039..bfa0e3f8f3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -312,14 +312,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.63")
+    (version "2.4.66")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1as69kwk53zmjn5wwkg6a5szsapc12h4jzfy92r68a4vp5m27z48"))))
+               "0nm2zvy6w4g4jqsss8y6g655b3nlp969x8hbhy785fxc88mzzmwl"))))
     (build-system gnu-build-system)
     (native-inputs (list `(,pcre "bin")))       ;for 'pcre-config'
     (inputs (list apr apr-util libxcrypt openssl perl)) ; needed to run 
bin/apxs

Reply via email to