guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: varnish-modules: Update to 0.16.0.


From: guix-commits
Subject: 15/20: gnu: varnish-modules: Update to 0.16.0.
Date: Wed, 20 May 2020 17:53:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4dd8677f7b0eb282f5e8c9126cd279a26692e231
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 20 20:05:54 2020 +0200

    gnu: varnish-modules: Update to 0.16.0.
    
    * gnu/packages/web.scm (varnish-modules): Update to 0.16.0.
    [source](uri): Adjust for new location.
---
 gnu/packages/web.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1851590..5f80a03 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5686,15 +5686,15 @@ configuration language.")
   (package
     (name "varnish-modules")
     (home-page "https://github.com/varnish/varnish-modules";)
-    (version "0.15.0")
+    (version "0.16.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://download.varnish-software.com";
-                                  "/varnish-modules/varnish-modules-"
-                                  version ".tar.gz"))
+              (uri (string-append "https://github.com/varnish/varnish-modules";
+                                  "/releases/download/varnish-modules-" version
+                                  "/varnish-modules-" version ".tar.gz"))
               (sha256
                (base32
-                "09li9lqa1kb275w1rby2zldyg8r9cfcl4qyv53qyd9xbzilrz751"))))
+                "1ph5bplsip4rycql1c2hgbvmrwbgcrgv2ldgfp7saxxbsv5cpcds"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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