[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061.
From: |
guix-commits |
Subject: |
08/08: gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061. |
Date: |
Sat, 29 Oct 2022 20:19:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 63bf06013820aa26aca7dc8f18cb79403b94e9a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:01 2022 +0200
gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061.
* gnu/packages/web.scm (nginx-documentation): Update to
1.23.1-2898-0b7e004b5061.
---
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 ee3aa2731f..2ab2e8b77e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -481,8 +481,8 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(define-public nginx-documentation
;; This documentation should be relevant for the current nginx package.
(let ((version "1.23.1")
- (revision 2869)
- (changeset "9383e934e546"))
+ (revision 2898)
+ (changeset "0b7e004b5061"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -494,7 +494,7 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "0zq89cjj8vpxaanx378yaypvmcxk0my8c773acx545c5p75ghvbk"))))
+ "027q7gnx7k3hgj7qana44g383fvvj6ndz1kavr30mj2z87cnq3dp"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite
- branch master updated (adeecacde9 -> 63bf060138), guix-commits, 2022/10/29
- 05/08: etc: systemd services shouldn't ‘RemainAfterExit’., guix-commits, 2022/10/29
- 06/08: gnu: pgloader: Update to 3.6.9., guix-commits, 2022/10/29
- 03/08: etc: Add ‘OOMPolicy=continue’ to guix-daemon.service., guix-commits, 2022/10/29
- 02/08: gnu: libgphoto2: Update to 2.5.30., guix-commits, 2022/10/29
- 04/08: etc: Add ‘Restart=always’ to both systemd services., guix-commits, 2022/10/29
- 08/08: gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061.,
guix-commits <=
- 01/08: gnu: rsync: Update to 3.2.7., guix-commits, 2022/10/29
- 07/08: gnu: nginx: Update to 1.23.2., guix-commits, 2022/10/29