This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac5b6006cf gnu: varnish: Update to 7.2.1.
ac5b6006cf is described below

commit ac5b6006cfec2bf3b1c5eb53f3fbc1e223cc321d
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Nov 26 12:08:02 2022 +0100

    gnu: varnish: Update to 7.2.1.
    
    * gnu/packages/web.scm (varnish): Update to 7.2.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 d2c406915c..61e1d1f1bc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5847,13 +5847,13 @@ deployments.")
   (package
     (name "varnish")
     (home-page "https://varnish-cache.org/";)
-    (version "7.1.1")
+    (version "7.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "_downloads/varnish-" version 
".tgz"))
               (sha256
                (base32
-                "14512fjjzwini3fics6sib9y83s45vlrpncamixqmmg7j0jvxbrc"))))
+                "0h590kr7rhp57a4kfx6apyvqk60w78qdjwpr6g2ikv5840bpv4sd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output 
"/lib")

Reply via email to