diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-02 19:34:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-02 21:10:18 +0100 |
commit | 03e775d4e82725914681816bb7cf4152ab00cc53 (patch) | |
tree | 109c0bc3e61fb88f3eb69dc03b38739c773bd3ea /gnu/packages | |
parent | 73b80ff9248a85410d9d5b538f80b3596baf43ef (diff) | |
download | guix-03e775d4e82725914681816bb7cf4152ab00cc53.tar.gz |
gnu: knot: Update to 2.6.1.
* gnu/packages/dns.scm (knot): Update to 2.6.1.
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 e6afc04208..b06cde71b4 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.0") + (version "2.6.1") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "1zc3ybhcxgbysyy68kbmndh6xzy4jnr5iikyrf9s2sxzs1hlkq38")) + "1qs1rqfir0nxi0a0dcg60sbbr99hyxk8y1xd7j7jd13l9idx84rh")) (modules '((guix build utils))) (snippet '(begin |