[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: varnish: Update to 7.3.0.
From: |
guix-commits |
Subject: |
03/09: gnu: varnish: Update to 7.3.0. |
Date: |
Fri, 8 Sep 2023 06:56:19 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6add22db1e6ceebc987f9f1dce865a6a06d7e973
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 7 21:44:56 2023 +0800
gnu: varnish: Update to 7.3.0.
* gnu/packages/web.scm (varnish): Update to 7.3.0.
---
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 96dc5d9301..1b4eafeab8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6110,13 +6110,13 @@ deployments.")
(package
(name "varnish")
(home-page "https://varnish-cache.org/")
- (version "7.2.1")
+ (version "7.3.0")
(source (origin
(method url-fetch)
(uri (string-append home-page "_downloads/varnish-" version
".tgz"))
(sha256
(base32
- "0h590kr7rhp57a4kfx6apyvqk60w78qdjwpr6g2ikv5840bpv4sd"))))
+ "1rsay4vrg0dvf8d7bpj8dvaax4v949p6x1l6qd3hdabhq87bpnz2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output
"/lib")
- branch master updated (d4645d5d25 -> 0fbeeee7e9), guix-commits, 2023/09/08
- 01/09: gnu: ganeti: Fix build., guix-commits, 2023/09/08
- 04/09: gnu: drbd-utils: Update to 9.25.0., guix-commits, 2023/09/08
- 06/09: gnu: iputils: Update to 20221126., guix-commits, 2023/09/08
- 02/09: services: ganeti: Fix tests., guix-commits, 2023/09/08
- 07/09: gnu: iputils: Use new style., guix-commits, 2023/09/08
- 09/09: services: Open vSwitch: Depend on 'user-processes' target., guix-commits, 2023/09/08
- 08/09: gnu: openvswitch: Update to 3.2.0., guix-commits, 2023/09/08
- 03/09: gnu: varnish: Update to 7.3.0.,
guix-commits <=
- 05/09: gnu: python-bitarray: Update to 2.8.1., guix-commits, 2023/09/08