diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-07 02:57:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-07 03:01:40 +0200 |
commit | 0012e0dd5642fbbb8ee40a68f65afc184952fc98 (patch) | |
tree | 919979f7b534be62f1ca6c6626cfd36517c63fcc /gnu | |
parent | 91cc2a38ded0f9a637c37d83d72fa514a13fe6bd (diff) | |
download | gnu-guix-0012e0dd5642fbbb8ee40a68f65afc184952fc98.tar gnu-guix-0012e0dd5642fbbb8ee40a68f65afc184952fc98.tar.gz |
gnu: knot: Update to 2.7.2.
* gnu/packages/dns.scm (knot): Update to 2.7.2.
Diffstat (limited to 'gnu')
-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 7a80e1bd9b..29c3d9b923 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -498,14 +498,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.7.1") + (version "2.7.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "108k6x3hjsnyf06pv5rlxqhynjbbz13pzwax1mqff3hgv85f4skx")) + "0cc4wgb02ch09x99a1fnr7vsdik8k920q7jafzcamjvy3kpb4w6b")) (modules '((guix build utils))) (snippet '(begin |