gnu: varnish: Update to 7.2.1.

* gnu/packages/web.scm (varnish): Update to 7.2.1.
This commit is contained in:
Marius Bakke 2022-11-26 12:08:02 +01:00
parent 2404afea8b
commit ac5b6006cf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5847,13 +5847,13 @@ (define-public varnish
(package
(name "varnish")
(home-page "https://varnish-cache.org/")
(version "7.1.1")
(version "7.2.1")
(source (origin
(method url-fetch)
(uri (string-append home-page "_downloads/varnish-" version ".tgz"))
(sha256
(base32
"14512fjjzwini3fics6sib9y83s45vlrpncamixqmmg7j0jvxbrc"))))
"0h590kr7rhp57a4kfx6apyvqk60w78qdjwpr6g2ikv5840bpv4sd"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")