guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: httpd: Update to 2.4.35.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: httpd: Update to 2.4.35.
Date: Fri, 28 Sep 2018 08:24:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7edfcd61a1d42f8e1f21c8e7b46d5d61aaeb4598
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 28 14:22:11 2018 +0200

    gnu: httpd: Update to 2.4.35.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.35.
---
 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 2251daa..8e77625 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -124,14 +124,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.34")
+    (version "2.4.35")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1w1q2smdgf6ln0x741lk5pv5r0gzrxj2iza1vslhifzy65bcjlzs"))))
+               "0mlvwsm7hmpc7db6lfc2nx3v4cll3qljjxhjhgsw6aniskywc1r6"))))
     (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]