guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: knot: Update to 2.7.6.


From: guix-commits
Subject: 08/16: gnu: knot: Update to 2.7.6.
Date: Tue, 12 Feb 2019 23:43:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ffbaa2564effa53663003c493b93683ceedafc94
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 16:11:48 2019 +0100

    gnu: knot: Update to 2.7.6.
    
    * gnu/packages/dns.scm (knot): Update to 2.7.6.
---
 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 060002c..dbd0027 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -570,14 +570,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.7.3")
+    (version "2.7.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                                   "knot-" version ".tar.xz"))
               (sha256
                (base32
-                "1pwjcv7hzhqawisibybma160k77a6f1v94xw6ay9c7j49vrw05w7"))
+                "18lpyq3vgr2ainmfiy14x7hcf1zxza66bhkpr54jaz2gy1viijx1"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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