diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-14 17:52:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-14 19:40:15 +0200 |
commit | a592166505cd25742edbdd5d11840ca1b342d246 (patch) | |
tree | f092c7780551df3103952eca085397a124e8618d /gnu/packages | |
parent | a2bda5e4e30166e5b278276705e61008eb6110d2 (diff) | |
download | guix-a592166505cd25742edbdd5d11840ca1b342d246.tar guix-a592166505cd25742edbdd5d11840ca1b342d246.tar.gz |
gnu: knot: Update to 2.5.3.
* gnu/packages/dns.scm (knot): Update to 2.5.3.
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 e9fb7cc496..03bfc8ae2e 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -486,14 +486,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.5.2") + (version "2.5.3") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "1sgmw8k9qccc7bgxbwrvahdinj1bjq90iza55rxj199mxsj72ri8")) + "13lxxnnw0v7s0q648grz87bwlfwjh5sfbj1qax7jdklalqqy52np")) (modules '((guix build utils))) (snippet '(begin |