guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/16: gnu: s6-networking: Update to 2.3.0.3.


From: Tobias Geerinckx-Rice
Subject: 06/16: gnu: s6-networking: Update to 2.3.0.3.
Date: Wed, 15 Aug 2018 21:02:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 33cd88ac0e40bba90b63ef304a72bf5213cc791c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 01:44:40 2018 +0200

    gnu: s6-networking: Update to 2.3.0.3.
    
    * gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.3.
---
 gnu/packages/skarnet.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index b0aa7e8..7577fa2 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -174,7 +174,7 @@ as an alternative to the BIND, djbdns or other DNS 
clients.")))
 (define-public s6-networking
   (package
    (name "s6-networking")
-   (version "2.3.0.2")
+   (version "2.3.0.3")
    (source
     (origin
      (method url-fetch)
@@ -182,7 +182,7 @@ as an alternative to the BIND, djbdns or other DNS 
clients.")))
                          version ".tar.gz"))
      (sha256
       (base32
-       "06j8fpldn187cmbjqp191hd65ka3ys19vj3jm3kcvkmvd9snh6fq"))))
+       "1kfjl7da6wkmyq1mvq9irkbzk2wbi0axjfbcw5cym5y11mqswsjs"))))
     (build-system gnu-build-system)
     (inputs `(("skalibs" ,skalibs)
               ("execline" ,execline)
@@ -205,7 +205,7 @@ as an alternative to the BIND, djbdns or other DNS 
clients.")))
                           (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-networking";)
     (license isc)
     (synopsis "Suite of network utilities for Unix systems")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]