[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: varnish: Update to 7.0.1.
From: |
guix-commits |
Subject: |
05/08: gnu: varnish: Update to 7.0.1. |
Date: |
Sat, 27 Nov 2021 11:20:54 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 58e7d1282a91a02b38ecb58e5a2298683bfa8770
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 13:02:26 2021 +0100
gnu: varnish: Update to 7.0.1.
* gnu/packages/web.scm (varnish): Update to 7.0.1.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 964f312..a3674e9 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")
- branch master updated (bf1e46e -> ea50a47), guix-commits, 2021/11/27
- 07/08: gnu: you-get: Update to 0.4.1555., guix-commits, 2021/11/27
- 02/08: gnu: squid: Update to 4.17., guix-commits, 2021/11/27
- 04/08: gnu: rxvt-unicode: Update to 9.29., guix-commits, 2021/11/27
- 01/08: gnu: xterm: Update to 370., guix-commits, 2021/11/27
- 03/08: gnu: Add libptytty., guix-commits, 2021/11/27
- 05/08: gnu: varnish: Update to 7.0.1.,
guix-commits <=
- 06/08: gnu: strongswan: Update to 5.9.4., guix-commits, 2021/11/27
- 08/08: gnu: sakura: Update to 3.8.4., guix-commits, 2021/11/27