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.4.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: knot: Update to 2.4.4.
Date: Tue, 6 Jun 2017 06:29:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4604a98855c74134fe3f6ee1ec8205deff1b1ded
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 6 12:30:30 2017 +0200

    gnu: knot: Update to 2.4.4.
    
    * gnu/packages/dns.scm (knot): Update to 2.4.4.
---
 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 7937c67..7f1d18f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -321,14 +321,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.4.3")
+    (version "2.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0kvhibnnk77nqi9gdw2zbnp0dydfcy6zy96qv0f3a7wwnay5h0pr"))
+                "0g2n5r2n03bqz322xlwdw4bqhj8l4n8q0hzrqngi4rgmk4rp97ly"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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