mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ndisc6: Update to 1.0.6.
* gnu/packages/networking.scm (ndisc6): Update to 1.0.6.
This commit is contained in:
parent
8d1f308e1d
commit
15ac9ace9c
1 changed files with 2 additions and 2 deletions
|
@ -906,14 +906,14 @@ (define-public miredo
|
|||
(define-public ndisc6
|
||||
(package
|
||||
(name "ndisc6")
|
||||
(version "1.0.5")
|
||||
(version "1.0.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.remlab.net/files/ndisc6/ndisc6-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lgkbnnll8nrr7h63ywd42sg8fiv6jhhymd7rnml8a3yqjgjz4rn"))))
|
||||
"1yrw8maj1646d498ax8xi0jmzk80idrc5x0913x5rwg1kc7224x7"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.remlab.net/ndisc6/")
|
||||
(synopsis "IPv6 diagnostic tools")
|
||||
|
|
Loading…
Reference in a new issue