gnu: iproute2: Update to 5.15.0.
* gnu/packages/linux.scm (iproute): Update to 5.15.0.
This commit is contained in:
parent
3c60336bf2
commit
c26b691a48
1 changed files with 2 additions and 2 deletions
|
@ -2699,7 +2699,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
|
||||||
(define-public iproute
|
(define-public iproute
|
||||||
(package
|
(package
|
||||||
(name "iproute2")
|
(name "iproute2")
|
||||||
(version "5.13.0")
|
(version "5.15.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2707,7 +2707,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dhvdybfm33q9lz73sfnc24pxy2r42xywzb1gdgydjfafhvyb8kj"))))
|
"1zwin8sjnnwf2a9rjwzb3q8lkhcpy06s29sh05f5gxd7z6jy9qrq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`( ;; There is a test suite, but it wants network namespaces and sudo.
|
`( ;; There is a test suite, but it wants network namespaces and sudo.
|
||||||
|
|
Reference in a new issue