summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm8
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