diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-22 00:38:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-22 00:40:05 +0200 |
commit | dc3dfa131f97105baefeb34e5155e89946dc1eba (patch) | |
tree | 4ab03279058257cf6b94d57b52b5e9baf9c49ab4 /gnu | |
parent | df71447e992e82d029ac57d0d721af02fc6a5061 (diff) | |
download | guix-dc3dfa131f97105baefeb34e5155e89946dc1eba.tar guix-dc3dfa131f97105baefeb34e5155e89946dc1eba.tar.gz |
gnu: knot: Update to 2.7.3.
* gnu/packages/dns.scm (knot): Update to 2.7.3.
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 ad1a8638bc..1dcf73771b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -569,14 +569,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.7.2") + (version "2.7.3") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "0cc4wgb02ch09x99a1fnr7vsdik8k920q7jafzcamjvy3kpb4w6b")) + "1pwjcv7hzhqawisibybma160k77a6f1v94xw6ay9c7j49vrw05w7")) (modules '((guix build utils))) (snippet '(begin |