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 /gnu | |
| 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.
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 ee670b35ba2..b531fcd15d1 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.") | |||
| 325 | 325 | ||
| 326 | (define-public nginx-documentation | 326 | (define-public nginx-documentation |
| 327 | ;; This documentation should be relevant for the current nginx package. | 327 | ;; This documentation should be relevant for the current nginx package. |
| 328 | (let ((version "1.19.3") | 328 | (let ((version "1.19.5") |
| 329 | (revision 2615) | 329 | (revision 2622) |
| 330 | (changeset "3cb2736bb74c")) | 330 | (changeset "64bbb9163a14")) |
| 331 | (package | 331 | (package |
| 332 | (name "nginx-documentation") | 332 | (name "nginx-documentation") |
| 333 | (version (simple-format #f "~A-~A-~A" version revision changeset)) | 333 | (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.") | |||
| 339 | (file-name (string-append name "-" version)) | 339 | (file-name (string-append name "-" version)) |
| 340 | (sha256 | 340 | (sha256 |
| 341 | (base32 | 341 | (base32 |
| 342 | "0dpn5zl8wld0c1l68wzl76wlii2k8bawq0609gnzkahwnsrqnad9")))) | 342 | "085f3c00mqsaq95hp1bv9y0b517jv4zzs2q0j1c9m8nvh7k09zaa")))) |
| 343 | (build-system gnu-build-system) | 343 | (build-system gnu-build-system) |
| 344 | (arguments | 344 | (arguments |
| 345 | '(#:tests? #f ; no test suite | 345 | '(#:tests? #f ; no test suite |
