gnu: knot: Update to 3.0.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 13 Nov 2020 00:27:12 +0000 (01:27 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 13 Nov 2020 00:27:24 +0000 (01:27 +0100)
* gnu/packages/dns.scm (knot): Update to 3.0.2.

gnu/packages/dns.scm

index 906333b..c361e5c 100644 (file)
@@ -807,7 +807,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.0.1")
+    (version "3.0.2")
     (source
      (origin
        (method git-fetch)
@@ -816,7 +816,7 @@ Extensions} (DNSSEC).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10mlzldxqvbaw78nghkr0s73rlbpz9wg16z14321xw2l9xfibkad"))
+        (base32 "1cinzz8p86fzknnr2z6b49yqr4y05mmnr0l2q3lwzcfhc6dcl8di"))
        (modules '((guix build utils)))
        (snippet
         '(begin