gnu: s6-networking: Update to 2.3.0.3.

* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-16 01:44:40 +02:00
parent 0241dc181b
commit 33cd88ac0e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ as an alternative to the BIND, djbdns or other DNS clients.")))
(define-public s6-networking (define-public s6-networking
(package (package
(name "s6-networking") (name "s6-networking")
(version "2.3.0.2") (version "2.3.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -182,7 +182,7 @@ as an alternative to the BIND, djbdns or other DNS clients.")))
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06j8fpldn187cmbjqp191hd65ka3ys19vj3jm3kcvkmvd9snh6fq")))) "1kfjl7da6wkmyq1mvq9irkbzk2wbi0axjfbcw5cym5y11mqswsjs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs) (inputs `(("skalibs" ,skalibs)
("execline" ,execline) ("execline" ,execline)
@ -205,7 +205,7 @@ as an alternative to the BIND, djbdns or other DNS clients.")))
(string-append "--with-sysdeps=" (string-append "--with-sysdeps="
(assoc-ref %build-inputs "skalibs") (assoc-ref %build-inputs "skalibs")
"/lib/skalibs/sysdeps")) "/lib/skalibs/sysdeps"))
#:tests? #f)) #:tests? #f)) ; no tests exist
(home-page "https://skarnet.org/software/s6-networking") (home-page "https://skarnet.org/software/s6-networking")
(license isc) (license isc)
(synopsis "Suite of network utilities for Unix systems") (synopsis "Suite of network utilities for Unix systems")