[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: knot: Update to 2.7.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: gnu: knot: Update to 2.7.3. |
Date: |
Sun, 21 Oct 2018 19:02:29 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit dc3dfa131f97105baefeb34e5155e89946dc1eba
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Oct 22 00:38:26 2018 +0200
gnu: knot: Update to 2.7.3.
* gnu/packages/dns.scm (knot): Update to 2.7.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 ad1a863..1dcf737 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