guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: ndisc6: Update to 1.0.6.


From: guix-commits
Subject: 11/16: gnu: ndisc6: Update to 1.0.6.
Date: Wed, 27 Jul 2022 06:30:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15ac9ace9cf5d86261d29e115379fa21fb135697
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:02 2022 +0200

    gnu: ndisc6: Update to 1.0.6.
    
    * gnu/packages/networking.scm (ndisc6): Update to 1.0.6.
---
 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 36958c4c4b..85ded36804 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -906,14 +906,14 @@ residing in IPv4-only networks, even when they are behind 
a NAT device.")
 (define-public ndisc6
   (package
     (name "ndisc6")
-    (version "1.0.5")
+    (version "1.0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.remlab.net/files/ndisc6/ndisc6-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0lgkbnnll8nrr7h63ywd42sg8fiv6jhhymd7rnml8a3yqjgjz4rn"))))
+                "1yrw8maj1646d498ax8xi0jmzk80idrc5x0913x5rwg1kc7224x7"))))
     (build-system gnu-build-system)
     (home-page "https://www.remlab.net/ndisc6/";)
     (synopsis "IPv6 diagnostic tools")



reply via email to

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