guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: varnish-modules: Update to 0.19.0.


From: guix-commits
Subject: 05/05: gnu: varnish-modules: Update to 0.19.0.
Date: Thu, 16 Sep 2021 17:27:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2a054d29dcfd4b68ed3914886b637f93ac7a0a72
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 16 14:43:16 2021 +0200

    gnu: varnish-modules: Update to 0.19.0.
    
    * gnu/packages/web.scm (varnish-modules): Update to 0.19.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 07290bc..d7bbd74 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6077,14 +6077,14 @@ configuration language.")
   (package
     (name "varnish-modules")
     (home-page "https://github.com/varnish/varnish-modules";)
-    (version "0.17.1")
+    (version "0.19.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page) (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mzkad9r4rpm1fi7j7skwrsyzzbwcapfnlvvl1ls3rng2djcqb5j"))))
+                "0qq5g6bbd1a1ml1wk8jj9z39a899jzqbf7aizr3pvyz0f4kz8mis"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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