diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-15 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-15 02:00:00 +0200 |
commit | 40e2eeed63280ef137dd142a361219c0a1d93850 (patch) | |
tree | bd5611e0ede27a758739e5cb5896c8826a382c4b | |
parent | 14384d95864fab420dae4af5002445a95a08c26d (diff) |
gnu: knot: Update to 3.1.8.
* gnu/packages/dns.scm (knot): Update to 3.1.8.
-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 24672f7260..fea255c930 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -871,7 +871,7 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "3.1.6") + (version "3.1.8") (source (origin (method git-fetch) @@ -880,7 +880,7 @@ Extensions} (DNSSEC).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rwcp55fvmm0vhad1368knfn0ri642sigh8nykvvikdlx06d21cj")) + (base32 "0v3rh27qnyihdqp5nm8bnn9xd5rl2fbwhj4cmdpc8ik4qs21xyf4")) (modules '((guix build utils))) (snippet '(begin |