guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: knot: Update to 3.0.4.


From: guix-commits
Subject: 09/11: gnu: knot: Update to 3.0.4.
Date: Mon, 15 Feb 2021 12:12:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 236d121502dabeeba4c941f8580f680926e1139c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Feb 15 18:06:48 2021 +0100

    gnu: knot: Update to 3.0.4.
    
    * gnu/packages/dns.scm (knot): Update to 3.0.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 38a5553..bbf4354 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -810,7 +810,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.0.3")
+    (version "3.0.4")
     (source
      (origin
        (method git-fetch)
@@ -819,7 +819,7 @@ Extensions} (DNSSEC).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xzig9l91wj6x23mh75vw2r51ihrgx916c7wxvpcfnwrqsv4f3hy"))
+        (base32 "1mbjl18zi8yxs7pa3395lqjwdw0agjbfpl32x42i6d9zb8fsblzs"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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