guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: knot: Update to 2.4.2.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: knot: Update to 2.4.2.
Date: Thu, 23 Mar 2017 13:18:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 359ea6ba2989ca2d3c6765ddabe0291c12413fd2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 23 17:14:59 2017 +0100

    gnu: knot: Update to 2.4.2.
    
    * gnu/packages/dns.scm (knot): Update to 2.4.2.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index ec89abc..57ac297 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -318,14 +318,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.4.1")
+    (version "2.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0k3hkc6vqj8yd479zdn80ki5f0vnjhrm4fka7kfj9z7mkgwxsr60"))
+                "0licfnjl0mq9lzdn6frzdasrj65253xc9n33dhvxcjqr3z7pznip"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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