mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libndp: Update to 1.7.
* gnu/packages/networking.scm (libndp): Update to 1.7.
This commit is contained in:
parent
f24cfb6cc3
commit
9526d86141
1 changed files with 2 additions and 2 deletions
|
@ -355,14 +355,14 @@ (define-public librdkafka
|
|||
(define-public libndp
|
||||
(package
|
||||
(name "libndp")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://libndp.org/files/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03mczwrxqbp54msafxzzyhaazkvjdwm2kipjkrb5xg8kw22glz8c"))))
|
||||
"1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://libndp.org/")
|
||||
(synopsis "Library for Neighbor Discovery Protocol")
|
||||
|
|
Loading…
Reference in a new issue