diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-12 16:11:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-13 05:42:57 +0100 |
commit | ffbaa2564effa53663003c493b93683ceedafc94 (patch) | |
tree | e45ad6efa4b3e69c8b1fc7c4a13318fa7663de20 /gnu/packages/dns.scm | |
parent | db3f5226ac16ff10a630bea96b1f4c53b252c310 (diff) | |
download | patches-ffbaa2564effa53663003c493b93683ceedafc94.tar patches-ffbaa2564effa53663003c493b93683ceedafc94.tar.gz |
gnu: knot: Update to 2.7.6.
* gnu/packages/dns.scm (knot): Update to 2.7.6.
Diffstat (limited to 'gnu/packages/dns.scm')
-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 060002c7aa..dbd00271b1 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -570,14 +570,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.7.3") + (version "2.7.6") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" "knot-" version ".tar.xz")) (sha256 (base32 - "1pwjcv7hzhqawisibybma160k77a6f1v94xw6ay9c7j49vrw05w7")) + "18lpyq3vgr2ainmfiy14x7hcf1zxza66bhkpr54jaz2gy1viijx1")) (modules '((guix build utils))) (snippet '(begin |