[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: knot: Update to 2.5.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/03: gnu: knot: Update to 2.5.3. |
Date: |
Fri, 14 Jul 2017 13:39:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a592166505cd25742edbdd5d11840ca1b342d246
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jul 14 17:52:21 2017 +0200
gnu: knot: Update to 2.5.3.
* gnu/packages/dns.scm (knot): Update to 2.5.3.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index e9fb7cc..03bfc8a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -486,14 +486,14 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "2.5.2")
+ (version "2.5.3")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1sgmw8k9qccc7bgxbwrvahdinj1bjq90iza55rxj199mxsj72ri8"))
+ "13lxxnnw0v7s0q648grz87bwlfwjh5sfbj1qax7jdklalqqy52np"))
(modules '((guix build utils)))
(snippet
'(begin