gnu: libndp: Update to 1.8.
* gnu/packages/networking.scm (libndp): Update to 1.8.master
parent
f0b9250382
commit
49c2e3f69b
|
@ -1154,14 +1154,14 @@ containing both Producer and Consumer support.")
|
||||||
(define-public libndp
|
(define-public libndp
|
||||||
(package
|
(package
|
||||||
(name "libndp")
|
(name "libndp")
|
||||||
(version "1.7")
|
(version "1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://libndp.org/files/"
|
(uri (string-append "https://libndp.org/files/"
|
||||||
"libndp-" version ".tar.gz"))
|
"libndp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
|
"0ay0n0d85254zdmv8znmn399gfiqpk6ga0jwdwa7ylpbw9pbdzw8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://libndp.org/")
|
(home-page "https://libndp.org/")
|
||||||
(synopsis "Library for Neighbor Discovery Protocol")
|
(synopsis "Library for Neighbor Discovery Protocol")
|
||||||
|
|
Reference in New Issue