guix-commits
[Top][All Lists]
Advanced

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

02/25: gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.


From: guix-commits
Subject: 02/25: gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.
Date: Mon, 19 Apr 2021 22:11:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 04b65255b500ce4bcdf4832fe985d4f3ebcc2f59
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Apr 19 23:57:58 2021 +0200

    gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.
    
    * gnu/packages/web.scm (nginx-documentation):
    Update to 1.19.10-2708-f8686d85df53.
---
 gnu/packages/web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fdf0b8e..4ff6411 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -458,9 +458,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.9")
-        (revision 2696)
-        (changeset "f85798c1c70a"))
+  (let ((version "1.19.10")
+        (revision 2708)
+        (changeset "f8686d85df53"))
     (package
       (name "nginx-documentation")
       (version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -472,7 +472,7 @@ and as a proxy to reduce the load on back-end HTTP or mail 
servers.")
                (file-name (string-append name "-" version))
                (sha256
                 (base32
-                 "1ksl32jw6h3qzyxxlsdjag7fcjvk3md3hdxn6ljs8pr2nhk1v6cs"))))
+                 "00b0dkpblw3m2cwbbzv3miw47c0m3s0dvh1xy0hihkggy7mqv2r2"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; no test suite



reply via email to

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