guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: httpd: Update to 2.4.38.


From: guix-commits
Subject: 05/12: gnu: httpd: Update to 2.4.38.
Date: Thu, 31 Jan 2019 15:21:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0a3849f6102b7d42159065363d3331819e84ec80
Author: Marius Bakke <address@hidden>
Date:   Tue Jan 29 16:02:42 2019 +0100

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