3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: varnish: Update to 6.4.0.

* gnu/packages/web.scm (varnish): Update to 6.4.0.
This commit is contained in:
Marius Bakke 2020-03-19 07:49:40 +01:00
parent 0029e65581
commit c7f06b2b57
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5480,13 +5480,13 @@ deployments.")
(package
(name "varnish")
(home-page "https://varnish-cache.org/")
(version "6.3.2")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append home-page "_downloads/varnish-" version ".tgz"))
(sha256
(base32
"1f5ahzdh3am6fij5jhiybv3knwl11rhc5r3ig1ybzw55ai7788q8"))))
"1hkn98vbxk7rc1sd08367qn6rcv8wkxgwbmm1x46y50vi0nvldpn"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")