gnu: libndp: Update to 1.7.
* gnu/packages/networking.scm (libndp): Update to 1.7.
This commit is contained in:
parent
f24cfb6cc3
commit
9526d86141
|
@ -355,14 +355,14 @@ containing both Producer and Consumer support.")
|
||||||
(define-public libndp
|
(define-public libndp
|
||||||
(package
|
(package
|
||||||
(name "libndp")
|
(name "libndp")
|
||||||
(version "1.6")
|
(version "1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://libndp.org/files/"
|
(uri (string-append "http://libndp.org/files/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03mczwrxqbp54msafxzzyhaazkvjdwm2kipjkrb5xg8kw22glz8c"))))
|
"1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://libndp.org/")
|
(home-page "http://libndp.org/")
|
||||||
(synopsis "Library for Neighbor Discovery Protocol")
|
(synopsis "Library for Neighbor Discovery Protocol")
|
||||||
|
|
Loading…
Reference in New Issue