1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

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

View File

@@ -6004,13 +6004,13 @@ deployments.")
(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")