guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libndp: Update to 1.7.


From: Marius Bakke
Subject: 05/06: gnu: libndp: Update to 1.7.
Date: Mon, 11 Jun 2018 12:15:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9526d861411a59bdc0691e77536a453c8295a486
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 18:05:54 2018 +0200

    gnu: libndp: Update to 1.7.
    
    * gnu/packages/networking.scm (libndp): Update to 1.7.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 232e675..40e8f34 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -355,14 +355,14 @@ containing both Producer and Consumer support.")
 (define-public libndp
   (package
     (name "libndp")
-    (version "1.6")
+    (version "1.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://libndp.org/files/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "03mczwrxqbp54msafxzzyhaazkvjdwm2kipjkrb5xg8kw22glz8c"))))
+                "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
     (build-system gnu-build-system)
     (home-page "http://libndp.org/";)
     (synopsis "Library for Neighbor Discovery Protocol")



reply via email to

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