From 07f064c3f1b4e157fa5b4494ff04ff7ad2127192 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 25 May 2026 08:26:45 +0900 Subject: [PATCH] gnu: nginx: Update to 1.31.1. * gnu/packages/web.scm (nginx): Update to 1.31.1. Change-Id: I19a46ebbada20bd30dadac31583ddcef61971351 --- 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 6836e664bd8..861ad5459ba 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -575,14 +575,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.0") + (version "1.31.1") (source (origin (method url-fetch) (uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz")) (sha256 (base32 - "1apb6gcfs0zl8qm0dvbqfsycrw4ql794592jgi72xbwkaga00nvd")))) + "1g647i06lafipnz385j049a224j15i0z6qd736db0i15yawaxjlz")))) (build-system gnu-build-system) (inputs (list libxcrypt libxml2 libxslt openssl pcre zlib)) (arguments