diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-03-13 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-03-13 01:00:00 +0100 |
commit | 0c6c957a01c789f055c44c01165a14389dfd4a60 (patch) | |
tree | 77105916fabd872b0c2580a5af4d4be3cf962a52 /gnu/packages/dns.scm | |
parent | 69d3896c0fdc4791a45459f9bd005e6397d79805 (diff) |
gnu: knot: Update to 3.1.6.
* gnu/packages/dns.scm (knot): Update to 3.1.6.
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 363d40ef39..afea1aaf86 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -870,7 +870,7 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "3.1.5") + (version "3.1.6") (source (origin (method git-fetch) @@ -879,7 +879,7 @@ Extensions} (DNSSEC).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "145fnz740y1g0h2m07kpcimf2rx37saq2l905bl6vwa5ifybrgcq")) + (base32 "0rwcp55fvmm0vhad1368knfn0ri642sigh8nykvvikdlx06d21cj")) (modules '((guix build utils))) (snippet '(begin |