me
/
guix
Archived
1
0
Fork 0

gnu: iproute2: Update to 5.12.0.

* gnu/packages/linux.scm (iproute2): Update to 5.12.0.
master
Tobias Geerinckx-Rice 2021-04-28 19:10:50 +02:00
parent 9dbedb8bae
commit a8dde2fd17
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2419,7 +2419,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
(define-public iproute
(package
(name "iproute2")
(version "5.10.0")
(version "5.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2427,7 +2427,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
version ".tar.xz"))
(sha256
(base32
"1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5"))))
"0vrjbzhwzcvaxyyhkr2ii89w2vznzwp2pfgk7w72mviniawqs9lx"))))
(build-system gnu-build-system)
(arguments
`( ;; There is a test suite, but it wants network namespaces and sudo.