diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-06 12:30:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-06 12:30:52 +0200 |
commit | 4604a98855c74134fe3f6ee1ec8205deff1b1ded (patch) | |
tree | 0800c34f517e92a2ac109cbab1d68e9717e2850d /gnu/packages | |
parent | be4d26f55941196165eb7a70581be17765e6a40a (diff) | |
download | guix-4604a98855c74134fe3f6ee1ec8205deff1b1ded.tar guix-4604a98855c74134fe3f6ee1ec8205deff1b1ded.tar.gz |
gnu: knot: Update to 2.4.4.
* gnu/packages/dns.scm (knot): Update to 2.4.4.
Diffstat (limited to 'gnu/packages')
-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 7937c67781..7f1d18f2b0 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -321,14 +321,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.4.3") + (version "2.4.4") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "0kvhibnnk77nqi9gdw2zbnp0dydfcy6zy96qv0f3a7wwnay5h0pr")) + "0g2n5r2n03bqz322xlwdw4bqhj8l4n8q0hzrqngi4rgmk4rp97ly")) (modules '((guix build utils))) (snippet '(begin |