guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: knot: Update to 3.0.7.


From: guix-commits
Subject: 02/05: gnu: knot: Update to 3.0.7.
Date: Sun, 20 Jun 2021 10:46:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6b8552fd5af1a794a355cf0f3279a82b8267a202
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 20 16:38:54 2021 +0200

    gnu: knot: Update to 3.0.7.
    
    * gnu/packages/dns.scm (knot): Update to 3.0.7.
---
 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 199b876..dc6b101 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -817,7 +817,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.0.6")
+    (version "3.0.7")
     (source
      (origin
        (method git-fetch)
@@ -826,7 +826,7 @@ Extensions} (DNSSEC).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0mjgjx43yb3w688jw16g5m1724wb0wnv4y7di2rslrp0s11wl2a9"))
+        (base32 "0ihd0lfh0r1nzz2di2rqkrx5j1017xv7m54irlhccx21inwv6g3y"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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