mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: nginx-documentation: Update to 1.27.1-3114-051789a80bcb.
* gnu/packages/web.scm (nginx-documentation): Update to 1.27.1-3114-051789a80bcb. Change-Id: I20c01eb56ecae391f011b6e818d7bc41ee28f195
This commit is contained in:
parent
38f233a2c0
commit
13e947c4f5
1 changed files with 4 additions and 4 deletions
|
@ -619,9 +619,9 @@ (define-public nginx
|
|||
|
||||
(define-public nginx-documentation
|
||||
;; This documentation should be relevant for the current nginx package.
|
||||
(let ((version "1.27.0")
|
||||
(revision 3081)
|
||||
(changeset "1b23e39a3b94"))
|
||||
(let ((version "1.27.1")
|
||||
(revision 3114)
|
||||
(changeset "051789a80bcb"))
|
||||
(package
|
||||
(name "nginx-documentation")
|
||||
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
||||
|
@ -633,7 +633,7 @@ (define-public nginx-documentation
|
|||
(file-name (string-append name "-" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xnfda8xh8mv00fsycqbwicm8bb7rsvdqmmwv0h372kiwxnazjkh"))))
|
||||
"0p198cjnhypssmj4mrj6wx2lbrfgw84i2fa4ydzdbjgkdzp803mv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue