guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: knot: Update to 3.0.3.


From: guix-commits
Subject: 01/04: gnu: knot: Update to 3.0.3.
Date: Thu, 17 Dec 2020 17:01:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a69c43229600318b280118ae89162ba15a68f2f3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 17 17:05:45 2020 +0100

    gnu: knot: Update to 3.0.3.
    
    * gnu/packages/dns.scm (knot): Update to 3.0.3.
---
 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 5028a38..5ffa499 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -807,7 +807,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.0.2")
+    (version "3.0.3")
     (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 "1cinzz8p86fzknnr2z6b49yqr4y05mmnr0l2q3lwzcfhc6dcl8di"))
+        (base32 "0xzig9l91wj6x23mh75vw2r51ihrgx916c7wxvpcfnwrqsv4f3hy"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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