diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 04:32:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:57 +0100 |
commit | 13d70d93adefda0693b520d262d861a573143063 (patch) | |
tree | 261f34d7b061da3615c9e4d82696df821dd63f9a /gnu/packages/dns.scm | |
parent | cb73f30d529efd1be7c19f887d8299dce119be2f (diff) | |
download | patches-13d70d93adefda0693b520d262d861a573143063.tar patches-13d70d93adefda0693b520d262d861a573143063.tar.gz |
gnu: knot: Update to 2.9.2.
* gnu/packages/dns.scm (knot): Update to 2.9.2.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 1ec9bcbe83..004f39f81f 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -595,15 +595,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.9.1") + (version "2.9.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" "knot-" version ".tar.xz")) (sha256 - (base32 - "0kd0v2w1c2by1l8jw91x16wkyyy9wh9lyr93g4w0qdmadjaj34gi")) + (base32 "1vmndmbzwwrqczhygkhpdn5xxljcnaa3d0z5yw6vb2bmm8rxz319")) (modules '((guix build utils))) (snippet '(begin |