gnu: httpd: Update to 2.4.46.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 12 Aug 2020 22:16:51 +0000 (00:16 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 12 Aug 2020 22:17:23 +0000 (00:17 +0200)
* gnu/packages/web.scm (httpd): Update to 2.4.46.

gnu/packages/web.scm

index dcd735a..5f97c3c 100644 (file)
 (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)