[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: nginx: Update to 1.21.4.
From: |
guix-commits |
Subject: |
06/07: gnu: nginx: Update to 1.21.4. |
Date: |
Sun, 7 Nov 2021 21:31:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 805ca61eb9681ccd0287d4d80178b888b85da874
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 8 02:05:23 2021 +0100
gnu: nginx: Update to 1.21.4.
* gnu/packages/web.scm (nginx): Update to 1.21.4.
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d7df307..847bf88 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -368,18 +368,18 @@ the same, being completely separated from the Internet.")
(define-public nginx
(package
(name "nginx")
+ ;; Please update the nginx-documentation package together with this one!
;; 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/)
- ;; Please update the nginx-documentation package together with this one!
- (version "1.21.3")
+ (version "1.21.4")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql"))))
+ "1ziv3xargxhxycd5hp6r3r5mww54nvvydiywcpsamg3i9r3jzxyi"))))
(build-system gnu-build-system)
(inputs `(("libxml2" ,libxml2)
("libxslt" ,libxslt)
- branch master updated (30b67fd -> 9d25ee3), guix-commits, 2021/11/07
- 01/07: gnu: libebur128: Update to 1.2.6., guix-commits, 2021/11/07
- 03/07: gnu: hplip: Update to 3.21.10., guix-commits, 2021/11/07
- 05/07: gnu: fheroes2: Update to 0.9.9., guix-commits, 2021/11/07
- 02/07: gnu: redkite: Update to 1.3.1., guix-commits, 2021/11/07
- 04/07: gnu: knot: Update to 3.1.4., guix-commits, 2021/11/07
- 06/07: gnu: nginx: Update to 1.21.4.,
guix-commits <=
- 07/07: gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d., guix-commits, 2021/11/07