diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-06-18 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-06-24 00:19:20 +0200 |
commit | d6dc82e8cdb2d6114a12b06d449ce7f1150c7f70 (patch) | |
tree | 9e87b3c6f809e38e8d80c998507ac58830ab5ed0 /gnu/packages/dns.scm | |
parent | 925b56660878e83822e8b7834a973d360453a5c2 (diff) |
gnu: knot: Update to 3.2.7.
* gnu/packages/dns.scm (knot): Update to 3.2.7.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 084df53f14..ac60e61976 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -875,7 +875,7 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "3.2.5") + (version "3.2.7") (source (origin (method git-fetch) @@ -884,7 +884,7 @@ Extensions} (DNSSEC).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0xhr6i5qq0yhxqj50hsm51lb1v5lj4vfkzdcsvh7lw8wg6j1d03b")) + (base32 "1zrx5ih8wy0l9dka7ql9v32z6z8bxcdsfs1zmjn052xrzb01qjkw")) (modules '((guix build utils))) (snippet '(begin |