gnu: varnish: Update to 7.0.1.

* gnu/packages/web.scm (varnish): Update to 7.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-27 13:02:26 +01:00
parent f37e266fa8
commit 58e7d1282a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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