diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-02-06 22:09:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-02-06 23:06:18 +0100 |
commit | 67321719240ebc04c3a382c9358e45f5c820d710 (patch) | |
tree | 1e523937379207348fdee0773bd054279c9032cf /gnu/packages/linux.scm | |
parent | 8245bb74fc7bdcdc2f9d458057cefc9cd982e489 (diff) | |
download | patches-67321719240ebc04c3a382c9358e45f5c820d710.tar patches-67321719240ebc04c3a382c9358e45f5c820d710.tar.gz |
gnu: iproute2: Update to 4.20.0.
* gnu/packages/linux.scm (iproute): Update to 4.20.0.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2bb6f83803..0edbd40717 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1257,7 +1257,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.19.0") + (version "4.20.0") (source (origin (method url-fetch) (uri (string-append @@ -1265,7 +1265,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "114rlb3bvrf7q6yr03mn1rj6gl7mrg0psvm2dx0qb2kxyjhmrv6r")))) + "1a7xyvqjxfnm7rk21amm0xgxa38clg7q7cmc4dmlg27q81mambf8")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |