mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
updating nginx See merge request glicid-public/guix-glicid!120
This commit is contained in:
commit
53a7ae2f59
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
||||||
(define-public nginx
|
(define-public nginx
|
||||||
(package
|
(package
|
||||||
(name "nginx")
|
(name "nginx")
|
||||||
(version "1.21.6")
|
(version "1.23.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
||||||
(sha256 (base32 "1bh52jqqcaj5wlh2kvhxr00jhk2hnk8k97ki4pwyj4c8920p1p36"))))
|
(sha256 (base32 "0ihbkfcqlqadzkdk813raq15qqrahss1gdd81bkswanpsdrc4358"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list libxml2 libxslt openssl pcre zlib))
|
(inputs (list libxml2 libxslt openssl pcre zlib))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue