guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: httpd: Update to 2.4.47.


From: guix-commits
Subject: 07/09: gnu: httpd: Update to 2.4.47.
Date: Sat, 1 May 2021 05:29:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2a75ec2863567024bb8e03df9b74321b83f85484
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 1 04:51:50 2021 +0200

    gnu: httpd: Update to 2.4.47.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.47.
---
 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 35558b6..217e682 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -247,14 +247,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.46")
+    (version "2.4.47")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1sj1rwgbcjgkzac3ybjy7j68c9b3dv3ap71m48mrjhf6w7vds3kl"))))
+               "1jh31j4740wz463l1j49ir2lhh42x9z4byiq25m12y75r3dhdl13"))))
     (build-system gnu-build-system)
     (native-inputs `(("pcre" ,pcre "bin")))       ;for 'pcre-config'
     (inputs `(("apr" ,apr)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]