summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 22:56:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-04 13:31:34 +0200
commit6e53b3a8cdd2b07ef18ebba3bafed0cb708e1a7a (patch)
tree863065f23d3e58357d47742776e4a5a6c64988be /gnu/packages/web.scm
parentd6d7e2ec507f750392423dd8da6644deef8d2b42 (diff)
downloadguix-patches-6e53b3a8cdd2b07ef18ebba3bafed0cb708e1a7a.tar
guix-patches-6e53b3a8cdd2b07ef18ebba3bafed0cb708e1a7a.tar.gz
gnu: nginx: Update to 1.21.3.
* gnu/packages/web.scm (nginx): Update to 1.21.3.
Diffstat (limited to 'gnu/packages/web.scm')
-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 e6f7452885..5f69152935 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -372,14 +372,14 @@ the same, being completely separated from the Internet.")
;; ’stable’ and recommends that “in general you deploy the NGINX mainline
;; branch at all times” (https://www.nginx.com/blog/nginx-1-6-1-7-released/)
;; Please update the nginx-documentation package together with this one!
- (version "1.21.2")
+ (version "1.21.3")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "11ail85iw6mg8fxd2qnxhcghi0frjk5r70cfar83dms61rb1qxri"))))
+ "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql"))))
(build-system gnu-build-system)
(inputs `(("libxml2" ,libxml2)
("libxslt" ,libxslt)