guix-commits
[Top][All Lists]
Advanced

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

15/23: gnu: httpd: Update to 2.4.37.


From: guix-commits
Subject: 15/23: gnu: httpd: Update to 2.4.37.
Date: Sat, 12 Jan 2019 19:32:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b2e765de4c3d66d96d89cd0b7698f9d23a91de19
Author: Marius Bakke <address@hidden>
Date:   Sat Jan 12 20:33:52 2019 +0100

    gnu: httpd: Update to 2.4.37.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.37.
---
 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 1ea4333..37f0adf 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -121,14 +121,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.35")
+    (version "2.4.37")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0mlvwsm7hmpc7db6lfc2nx3v4cll3qljjxhjhgsw6aniskywc1r6"))))
+               "09npb7vlz5sizgj0nvl0bqxj9zig29ipkp07fgmw5ykjcxfdr61l"))))
     (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]