diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-28 23:50:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-28 23:50:27 +0100 |
commit | f816deb9055669deaca59ac7652943adf7f11bb1 (patch) | |
tree | 165816b8155c19c6f19810720f0cf047c7637ff9 | |
parent | d4c6ec64d47046979c1c070251b4e65e629ee525 (diff) |
gnu: nginx-documentation: Update to 1.19.5-2622-64bbb9163a14.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.5-2622-64bbb9163a14.
-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 ee670b35ba..b531fcd15d 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -325,9 +325,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.19.3") - (revision 2615) - (changeset "3cb2736bb74c")) + (let ((version "1.19.5") + (revision 2622) + (changeset "64bbb9163a14")) (package (name "nginx-documentation") (version (simple-format #f "~A-~A-~A" version revision changeset)) @@ -339,7 +339,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.") (file-name (string-append name "-" version)) (sha256 (base32 - "0dpn5zl8wld0c1l68wzl76wlii2k8bawq0609gnzkahwnsrqnad9")))) + "085f3c00mqsaq95hp1bv9y0b517jv4zzs2q0j1c9m8nvh7k09zaa")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no test suite |