guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: knot: Update to 3.3.4.


From: guix-commits
Subject: 03/05: gnu: knot: Update to 3.3.4.
Date: Wed, 28 Feb 2024 15:38:15 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 8bf3023a6788c4d25519e95635c58cb1596626d1
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Feb 28 15:02:13 2024 -0500

    gnu: knot: Update to 3.3.4.
    
    * gnu/packages/dns.scm (knot): Update to 3.3.4.
    
    Change-Id: I5ea3bdd8060da8c32c404473197e02bcb3018d7b
---
 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 ad1ff77129..59834d6bfe 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -845,7 +845,7 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "3.3.2")
+    (version "3.3.4")
     (source
      (origin
        (method git-fetch)
@@ -854,7 +854,7 @@ Extensions} (DNSSEC).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17zdpk6wf0cf90dp4cls35si8ywjsqjrmgssw2gmb1y0zfyp19vq"))
+        (base32 "0w7drq0pj94d43qn9wmzxab34mjhxj9x84rixbswc270ywh6d9pr"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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