Merge branch 'devel' into 'main'

bump nginx-geoip2-module to 3.4

See merge request glicid-public/guix-glicid!123
This commit is contained in:
Jean-François GUILLAUME 2022-11-17 13:46:42 +00:00
commit 352a9daa6e

View file

@ -263,14 +263,14 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(package (package
(inherit nginx) (inherit nginx)
(name "nginx-geoip2-module") (name "nginx-geoip2-module")
(version "3.3") (version "3.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (list (uri (list
(string-append "https://github.com/leev/ngx_http_geoip2_module/archive/refs/tags/" version ".tar.gz") (string-append "https://github.com/leev/ngx_http_geoip2_module/archive/refs/tags/" version ".tar.gz")
)) ))
(sha256 (base32 "19vqzwr6gaqkh3b7zbxc61f87d044ykw9l39i2hi7qrkr0w88ds1")) (sha256 (base32 "0lllgnasd97r6xkj70q42rp61cxrz8qlb64l14rmlwcd6hizqwmd"))
) )
) )
(synopsis "GeoIP2 module for nginx") (synopsis "GeoIP2 module for nginx")