gnu: iproute2: Update to 4.9.0.
* gnu/packages/linux.scm (iproute2): Update to 4.9.0. [home-page]: Point to the latest attempt, and use HTTPS.
This commit is contained in:
parent
bee075e706
commit
d7f84eab02
1 changed files with 3 additions and 3 deletions
|
@ -924,7 +924,7 @@ packet filter.")
|
||||||
(define-public iproute
|
(define-public iproute
|
||||||
(package
|
(package
|
||||||
(name "iproute2")
|
(name "iproute2")
|
||||||
(version "4.8.0")
|
(version "4.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -932,7 +932,7 @@ packet filter.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12dk5hn1zlraqk2p0z8dv2xgsz0x9v8l3vcvf51fzj0v8b45j2d3"))))
|
"1i0n071hiqxw1gisngw2jln3kcp9sh47n6fj5hdwqrvp7w20zwy0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
|
@ -960,7 +960,7 @@ packet filter.")
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("bison" ,bison)))
|
("bison" ,bison)))
|
||||||
(home-page
|
(home-page
|
||||||
"http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2")
|
"https://wiki.linuxfoundation.org/networking/iproute2")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Utilities for controlling TCP/IP networking and traffic in Linux")
|
"Utilities for controlling TCP/IP networking and traffic in Linux")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue