From 0241dc181b9fed3d40fa64f00429da3eadee4f5a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:42:55 +0200 Subject: gnu: s6-dns: Update to 2.3.0.1. * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.1. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/skarnet.scm') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index b25768bff8..b0aa7e8fd8 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -144,7 +144,7 @@ functionality with a very small amount of code."))) (define-public s6-dns (package (name "s6-dns") - (version "2.3.0.0") + (version "2.3.0.1") (source (origin (method url-fetch) @@ -152,7 +152,7 @@ functionality with a very small amount of code."))) version ".tar.gz")) (sha256 (base32 - "0h47ldxvh9cny91r0pjxq7zr5iqpqf1j50p3ip42f6bl90z5ha58")))) + "16ymalc4yxbwc0kapwmissxlw2bdk4sx3b33zp1gwx3n6hkcgh8c")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments @@ -163,7 +163,7 @@ functionality with a very small amount of code."))) (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-dns") (license isc) (synopsis "Suite of DNS client programs") -- cgit v1.2.3