guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: varnish: Update to 7.1.1.


From: guix-commits
Subject: 04/07: gnu: varnish: Update to 7.1.1.
Date: Fri, 19 Aug 2022 13:24:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a7ca1a323433b76e6bdff8e8062d4966f130b550
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 17 12:38:11 2022 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]