diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 02:05:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 02:15:24 +0100 |
commit | 9d25ee30b188f9202cc14f7cd25ba8a1c3ec1a72 (patch) | |
tree | 00bd201add0ee2c63662c4ffc01abbd359cc1cea /gnu | |
parent | 805ca61eb9681ccd0287d4d80178b888b85da874 (diff) |
gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.4-2791-9385526a9b2d.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 847bf88118..fb0ca7646a 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -474,9 +474,9 @@ 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.21.3") - (revision 2769) - (changeset "16f6fa718be2")) + (let ((version "1.21.4") + (revision 2791) + (changeset "9385526a9b2d")) (package (name "nginx-documentation") (version (simple-format #f "~A-~A-~A" version revision changeset)) @@ -488,7 +488,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.") (file-name (string-append name "-" version)) (sha256 (base32 - "1rjq5xqzx843yk9nblz8lq14r4kmlrahap7m0lkvx5mky80vqp79")))) + "07v5vpwg2k4y1asbygmrvsk61l1vbdb2pyllc5k4hcjykg9avfza")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no test suite |