diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 13:02:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 16:35:53 +0100 |
commit | 58e7d1282a91a02b38ecb58e5a2298683bfa8770 (patch) | |
tree | 2f6508ac68418878f76f2138270f672d11ef57ce | |
parent | f37e266fa87cacb79b8f72f57b7ec18ba589c150 (diff) | |
download | guix-58e7d1282a91a02b38ecb58e5a2298683bfa8770.tar.gz |
gnu: varnish: Update to 7.0.1.
* gnu/packages/web.scm (varnish): Update to 7.0.1.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 964f312ba3..a3674e9cd3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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") |