guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: knot: Update to 2.5.5.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: knot: Update to 2.5.5.
Date: Fri, 29 Sep 2017 15:50:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6fc35b2179da49587c7d4146185d061f234bb8c1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 29 19:15:17 2017 +0200

    gnu: knot: Update to 2.5.5.
    
    * gnu/packages/dns.scm (knot): Update to 2.5.5.
---
 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 1716ca7..e0a3f5d 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.4")
+    (version "2.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1w14m9pmc8vl9mcgikvwbflwcxwz52l77jq98wvxyxab13lpdpiz"))
+                "1bwv2a290inkjb5x9a9sahls39rgaqyq9dwfrk1ilmzy9nmls87f"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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