guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: knot: Update to 2.8.2.


From: guix-commits
Subject: 02/06: gnu: knot: Update to 2.8.2.
Date: Sun, 16 Jun 2019 21:05:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3abc9cc2426181e803dd882753e724d70b512f06
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 17 00:40:03 2019 +0200

    gnu: knot: Update to 2.8.2.
    
    * gnu/packages/dns.scm (knot): Update to 2.8.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 291139e..e922354 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -577,14 +577,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.8.1")
+    (version "2.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                            "knot-" version ".tar.xz"))
        (sha256
-        (base32 "1im2wb8hl394mzni1wavmvfqd7il8s28kcz8w3s4v05nbhzg06xj"))
+        (base32 "0dx1lp4w33rpa54nns41k4vfdfin6naaskwh132r4qs0l9hl7lh0"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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