diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-23 15:52:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-23 15:52:51 +0100 |
commit | e57e3dc57f687ffe11a0392c75fb0117f8b8d378 (patch) | |
tree | 81a56b636767bce419fa2c4898c16d61ca970cb4 | |
parent | e6debcaf027ee845b7410a62c38242cf47b11ae2 (diff) |
gnu: knot: Update to 2.6.2.
* gnu/packages/dns.scm (knot): Update to 2.6.2.
-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 f930b903a9..fc6b3ff0e3 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -483,14 +483,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.6.1") + (version "2.6.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "1qs1rqfir0nxi0a0dcg60sbbr99hyxk8y1xd7j7jd13l9idx84rh")) + "1samin2l28kvchplvp5iksi5513xlm1giwf0a1kp80j3zrra1m29")) (modules '((guix build utils))) (snippet '(begin |