guix-commits
[Top][All Lists]
Advanced

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

26/36: gnu: ndisc6: Update to 1.0.5.


From: guix-commits
Subject: 26/36: gnu: ndisc6: Update to 1.0.5.
Date: Mon, 4 Oct 2021 07:44:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 73c6459d214b10419fc2dec4b661703cf870cf34
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 03:14:05 2021 +0200

    gnu: ndisc6: Update to 1.0.5.
    
    * gnu/packages/networking.scm (ndisc6): Update to 1.0.5.
---
 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 c6788e8..228f303 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -829,14 +829,14 @@ residing in IPv4-only networks, even when they are behind 
a NAT device.")
 (define-public ndisc6
   (package
     (name "ndisc6")
-    (version "1.0.4")
+    (version "1.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.remlab.net/files/ndisc6/ndisc6-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "07swyar1hl83zxmd7fqwb2q0c0slvrswkcfp3nz5lknrk15dmcdb"))))
+                "0lgkbnnll8nrr7h63ywd42sg8fiv6jhhymd7rnml8a3yqjgjz4rn"))))
     (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]