diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:09 +0200 |
commit | 60bb22a9da9aa41d219efc2973266e3f149578b7 (patch) | |
tree | 99bd8b69a423ad37cd3e6137f0dca66c067015f5 /gnu/packages/dns.scm | |
parent | eaac21173011badba2ec6ccd30c48a2cc28cd1c1 (diff) |
gnu: knot: Update to 3.2.8.
* gnu/packages/dns.scm (knot): Update to 3.2.8.
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 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 |