[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: knot: Update to 2.4.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: gnu: knot: Update to 2.4.3. |
Date: |
Tue, 11 Apr 2017 12:52:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d4bcbbb994c56e97e06067839d55b4eb42c5d455
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 11 18:11:34 2017 +0200
gnu: knot: Update to 2.4.3.
* gnu/packages/dns.scm (knot): Update to 2.4.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 57ac297..0c965f8 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -318,14 +318,14 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "2.4.2")
+ (version "2.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0licfnjl0mq9lzdn6frzdasrj65253xc9n33dhvxcjqr3z7pznip"))
+ "0kvhibnnk77nqi9gdw2zbnp0dydfcy6zy96qv0f3a7wwnay5h0pr"))
(modules '((guix build utils)))
(snippet
'(begin