aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-28 14:22:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-28 14:22:52 +0200
commit7edfcd61a1d42f8e1f21c8e7b46d5d61aaeb4598 (patch)
treec05b32a0a28b10fcd465f0e0c5e810b01d985407
parent5abcb1b0e6fe849d206b3683444c76d91f21a3d4 (diff)
downloadguix-7edfcd61a1d42f8e1f21c8e7b46d5d61aaeb4598.tar
guix-7edfcd61a1d42f8e1f21c8e7b46d5d61aaeb4598.tar.gz
gnu: httpd: Update to 2.4.35.
* gnu/packages/web.scm (httpd): Update to 2.4.35.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2251daabf7..8e776258b3 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)