guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: knot: Update to 2.9.4.


From: guix-commits
Subject: 02/02: gnu: knot: Update to 2.9.4.
Date: Sun, 17 May 2020 13:16:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 74ff56a6676f5b7a8865c6fca4dc67cfccc97490
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 19:04:23 2020 +0200

    gnu: knot: Update to 2.9.4.
    
    * gnu/packages/dns.scm (knot): Update to 2.9.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 469ef76..051fea2 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -595,14 +595,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.9.3")
+    (version "2.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://secure.nic.cz/files/knot-dns/";
                            "knot-" version ".tar.xz"))
        (sha256
-        (base32 "0zm0642hkb16sqkqpa84f89f3s0bw44m837r1nia8m89swvz3bgj"))
+        (base32 "00d5lkan1yfxphw8q1vrmfpmg8kykdaky8082m1s1ps03cxckwsp"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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