aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ccac1bfc6d..51595720cc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1154,14 +1154,14 @@ containing both Producer and Consumer support.")
(define-public libndp
(package
(name "libndp")
- (version "1.7")
+ (version "1.8")
(source (origin
(method url-fetch)
(uri (string-append "https://libndp.org/files/"
"libndp-" version ".tar.gz"))
(sha256
(base32
- "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
+ "0ay0n0d85254zdmv8znmn399gfiqpk6ga0jwdwa7ylpbw9pbdzw8"))))
(build-system gnu-build-system)
(home-page "https://libndp.org/")
(synopsis "Library for Neighbor Discovery Protocol")
>Ludovic Courtès 2014-11-12Add Sun Bunnbu to 'AUTHORS'.Ludovic Courtès 2014-10-26Update name and email address for Joshua Grant.Joshua Grant 2014-10-08Add Federico to 'AUTHORS'.Ludovic Courtès 2014-09-10Add Marek to 'AUTHORS'.Ludovic Courtès 2014-08-15Update AUTHORS and THANKS.Ludovic Courtès 2014-07-18Update 'AUTHORS'....* AUTHORS: Correct the email address I use for Guix work. John Darrington 2014-07-15Add Jason to 'AUTHORS'.Ludovic Courtès 2014-06-29Add Cyrill to AUTHORS.Ludovic Courtès 2014-04-06Add Alírio to 'AUTHORS'.Ludovic Courtès 2014-02-16Add Manolis to 'AUTHORS'.Ludovic Courtès 2014-02-06Add Raimon to 'AUTHORS'.Ludovic Courtès 2014-01-24Add Sree to 'AUTHORS'.Ludovic Courtès 2013-11-29Update references from Guy's old namegzg 2013-11-26Add Guy to 'AUTHORS'.Ludovic Courtès 2013-11-24Add John to 'AUTHORS'.Ludovic Courtès 2013-10-16Update 'AUTHORS'.Ludovic Courtès 2013-10-14Thank Jeffrin and David.Ludovic Courtès 2013-10-06Update 'AUTHORS'....* AUTHORS: Add Alex, Joshua, and Aljosha. Ludovic Courtès 2013-02-17Add Mark to `AUTHORS'.Ludovic Courtès 2013-01-27Update `AUTHORS' and `THANKS'.Ludovic Courtès 2013-01-18Move Andreas to `AUTHORS'.Ludovic Courtès 2012-12-09Change email address in `AUTHORS'.Ludovic Courtès 2012-12-08Update `AUTHORS'.Ludovic Courtès 2012-06-03Add the usual top-level files.Ludovic Courtès