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


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: knot: Update to 2.5.4.
Date: Thu, 31 Aug 2017 08:29:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 79ada57ba9b8067fa419177cf41b6bd6e63fb27d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 31 13:52:55 2017 +0200

    gnu: knot: Update to 2.5.4.
    
    * gnu/packages/dns.scm (knot): Update to 2.5.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 afae459..702ed01 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -483,14 +483,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.5.3")
+    (version "2.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13lxxnnw0v7s0q648grz87bwlfwjh5sfbj1qax7jdklalqqy52np"))
+                "1w14m9pmc8vl9mcgikvwbflwcxwz52l77jq98wvxyxab13lpdpiz"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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