mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: iproute2: Update to 5.3.0.
* gnu/packages/linux.scm (iproute): Update to 5.3.0.
This commit is contained in:
parent
dc29bea340
commit
005e539edf
1 changed files with 2 additions and 2 deletions
|
@ -1706,7 +1706,7 @@ (define-public ebtables
|
|||
(define-public iproute
|
||||
(package
|
||||
(name "iproute2")
|
||||
(version "5.2.0")
|
||||
(version "5.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1714,7 +1714,7 @@ (define-public iproute
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a2dywa2kam24951byv9pl32mb9z6klh7d4vp8fwfgrm4vn5vfd5"))))
|
||||
"0gvv269wjn4279hxr5zzwsk2c5qgswr47za3hm1x4frsk52iw76b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`( ;; There is a test suite, but it wants network namespaces and sudo.
|
||||
|
|
Loading…
Reference in a new issue