guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: httpd: Update to 2.4.46.


From: guix-commits
Subject: 06/06: gnu: httpd: Update to 2.4.46.
Date: Wed, 12 Aug 2020 18:18:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6b44b35a57d688da3791c08d65f27b6677da7b1f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 00:16:51 2020 +0200

    gnu: httpd: Update to 2.4.46.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.46.
---
 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 dcd735a..5f97c3c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -158,14 +158,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.43")
+    (version "2.4.46")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4"))))
+               "1sj1rwgbcjgkzac3ybjy7j68c9b3dv3ap71m48mrjhf6w7vds3kl"))))
     (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]