diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 01:42:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:40:57 +0200 |
commit | 0241dc181b9fed3d40fa64f00429da3eadee4f5a (patch) | |
tree | b9c299ac92dcc4ee77b26e3fae9321dc3efa921b | |
parent | 5dc4b940dfbf446fb5fa85cae47d7d632e98d6ea (diff) | |
download | guix-0241dc181b9fed3d40fa64f00429da3eadee4f5a.tar guix-0241dc181b9fed3d40fa64f00429da3eadee4f5a.tar.gz |
gnu: s6-dns: Update to 2.3.0.1.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.1.
-rw-r--r-- | gnu/packages/skarnet.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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") |