guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: nginx-documentation: Update to 1.19.0-2549-c13a55aae487.


From: guix-commits
Subject: 04/05: gnu: nginx-documentation: Update to 1.19.0-2549-c13a55aae487.
Date: Wed, 27 May 2020 12:58:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ffd2cfc8627c9e37451f0bb7a4ff0edd664e094b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 27 18:51:41 2020 +0200

    gnu: nginx-documentation: Update to 1.19.0-2549-c13a55aae487.
    
    * gnu/packages/web.scm (nginx-documentation): Update to 
1.19.0-2549-c13a55aae487.
---
 gnu/packages/web.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3922643..169f949 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -359,13 +359,13 @@ documentation.")
       (license license:bsd-2))))
 
 (define-public nginx-documentation
-  ;; This documentation should be relevant for nginx@1.15.9.
-  (let ((revision 2345)
-        (changeset "7ef11708457e"))
+  ;; This documentation should be relevant for the current nginx package.
+  (let ((version "1.19.0")
+        (revision 2549)
+        (changeset "c13a55aae487"))
     (package
       (name "nginx-documentation")
-      (version
-       (simple-format #f "2019-03-01-~A-~A" revision changeset))
+      (version (simple-format #f "~A-~A-~A" version revision changeset))
       (source
        (origin (method hg-fetch)
                (uri (hg-reference
@@ -374,7 +374,7 @@ documentation.")
                (file-name (string-append name "-" version))
                (sha256
                 (base32
-                 "15975jvh53mnsgi4hhgrwdwy3by23v4kxnhy2vnkziq8v7wkmy4y"))))
+                 "0vwwvk6wf8f6c6n6yffmya9a287s6dbx1p739hdl3hwxfyh2ygc5"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]