[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: nsd: Update to 4.3.6.
From: |
guix-commits |
Subject: |
02/03: gnu: nsd: Update to 4.3.6. |
Date: |
Wed, 7 Apr 2021 18:03:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 887531a231c2beacc8e7345fe382af961d575ea7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 23:37:53 2021 +0200
gnu: nsd: Update to 4.3.6.
* gnu/packages/dns.scm (nsd): Update to 4.3.6.
---
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 afdf286..c940657 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -539,14 +539,14 @@ asynchronous fashion.")
(define-public nsd
(package
(name "nsd")
- (version "4.3.5")
+ (version "4.3.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
version ".tar.gz"))
(sha256
- (base32 "0wj490rxqs86z8s4lxjwk06ry5pvkdqqyq1cf83z7mxk60zb98kx"))))
+ (base32 "062zwx4k5rgpg2c0b4721ldj36aj8clrxv79mlfw9b15ap7w1rmy"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags