guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: knot: Update to 3.2.8.


From: guix-commits
Subject: 07/12: gnu: knot: Update to 3.2.8.
Date: Fri, 14 Jul 2023 19:11:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 60bb22a9da9aa41d219efc2973266e3f149578b7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:02 2023 +0200

    gnu: knot: Update to 3.2.8.
    
    * gnu/packages/dns.scm (knot): Update to 3.2.8.
---
 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 661c3e2497..86f2b4338e 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -841,7 +841,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.2.7")
+    (version "3.2.8")
     (source
      (origin
        (method git-fetch)
@@ -850,7 +850,7 @@ Extensions} (DNSSEC).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zrx5ih8wy0l9dka7ql9v32z6z8bxcdsfs1zmjn052xrzb01qjkw"))
+        (base32 "05yhm1n0zphcvicy2brlbv3azp4lvdjprcqf3lybz7mzd6ghr25c"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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