guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: knot: Update to 3.0.6.


From: guix-commits
Subject: 05/05: gnu: knot: Update to 3.0.6.
Date: Wed, 12 May 2021 19:31:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 696cf48b98ad4ef03c88cdb5a83c739618c8fa16
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 13 01:14:13 2021 +0200

    gnu: knot: Update to 3.0.6.
    
    * gnu/packages/dns.scm (knot): Update to 3.0.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 6d1d7d2..fce150f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -813,7 +813,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.0.5")
+    (version "3.0.6")
     (source
      (origin
        (method git-fetch)
@@ -822,7 +822,7 @@ Extensions} (DNSSEC).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16rgcmgj21w2niyz45d3zjlci9i22gxcvfzqw7g5zwsjdy9610nx"))
+        (base32 "0mjgjx43yb3w688jw16g5m1724wb0wnv4y7di2rslrp0s11wl2a9"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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