guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

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