guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 952ab5e4f3748d3489fac7a6cf8ae1dce3a01017
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Thu Sep 3 18:55:50 2026 +0000
gnu: nginx: Update to 1.31.5.
* gnu/packages/web.scm (nginx): Update to 1.31.5.
Signed-off-by: Ludovic Courtès <[email protected]>
---
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 639c2b9acb7..75a00cca76c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -689,14 +689,14 @@ the same, being completely separated from the Internet.")
;; Track the ‘mainline’ branch. Upstream considers it more reliable than
;; ’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/)
- (version "1.31.1")
+ (version "1.31.5")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1g647i06lafipnz385j049a224j15i0z6qd736db0i15yawaxjlz"))))
+ "0yd2ml6jgwxvls6p7qzaglimbc5z3nklasvbsd5n4dj8adyn0lg9"))))
(build-system gnu-build-system)
(inputs (list libxcrypt libxml2 libxslt openssl pcre zlib))
(arguments