aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-12 16:11:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-13 05:42:57 +0100
commitffbaa2564effa53663003c493b93683ceedafc94 (patch)
treee45ad6efa4b3e69c8b1fc7c4a13318fa7663de20 /gnu/packages
parentdb3f5226ac16ff10a630bea96b1f4c53b252c310 (diff)
downloadguix-ffbaa2564effa53663003c493b93683ceedafc94.tar.gz
guix-ffbaa2564effa53663003c493b93683ceedafc94.zip
gnu: knot: Update to 2.7.6.
* gnu/packages/dns.scm (knot): Update to 2.7.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/dns.scm4
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
s 2014-01-24Add Sree to 'AUTHORS'.Ludovic Courtès 2013-11-29Update references from Guy's old namegzg 2013-11-26Add Guy to 'AUTHORS'.Ludovic Courtès 2013-11-24Add John to 'AUTHORS'.Ludovic Courtès 2013-10-16Update 'AUTHORS'.Ludovic Courtès 2013-10-14Thank Jeffrin and David.Ludovic Courtès 2013-10-06Update 'AUTHORS'....Ludovic Courtès 2013-02-17Add Mark to `AUTHORS'.Ludovic Courtès 2013-01-27Update `AUTHORS' and `THANKS'.Ludovic Courtès 2013-01-18Move Andreas to `AUTHORS'.Ludovic Courtès