guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: nginx-documentation: Update to 1.23.3-2916-178f55cf631a.


From: guix-commits
Subject: 15/17: gnu: nginx-documentation: Update to 1.23.3-2916-178f55cf631a.
Date: Thu, 19 Jan 2023 16:28:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 92b6f227a079690a50d0c379f07211d0df86c7ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:02 2023 +0100

    gnu: nginx-documentation: Update to 1.23.3-2916-178f55cf631a.
    
    * gnu/packages/web.scm (nginx-documentation): Update to 
1.23.3-2916-178f55cf631a.
---
 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 d4df02204a..c3180d4e29 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -483,9 +483,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.23.1")
-        (revision 2898)
-        (changeset "0b7e004b5061"))
+  (let ((version "1.23.3")
+        (revision 2916)
+        (changeset "178f55cf631a"))
     (package
       (name "nginx-documentation")
       (version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -497,7 +497,7 @@ and as a proxy to reduce the load on back-end HTTP or mail 
servers.")
                (file-name (string-append name "-" version))
                (sha256
                 (base32
-                 "027q7gnx7k3hgj7qana44g383fvvj6ndz1kavr30mj2z87cnq3dp"))))
+                 "0b03dnniwm3p3gd76vqs6lj2z4blqmb7y4lhn9vg7xjz0yqgzvn2"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; no test suite



reply via email to

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