diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-06 15:16:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-06 17:12:40 +0200 |
commit | ddcac5595e37f9d12cff71e9c925e08273f523c6 (patch) | |
tree | 7e708094e98101d18e0a0b3bb8e1a70f2bd46faa | |
parent | e9ba22d6e197e449b98f187a9b74459c392d32d6 (diff) | |
download | patches-ddcac5595e37f9d12cff71e9c925e08273f523c6.tar patches-ddcac5595e37f9d12cff71e9c925e08273f523c6.tar.gz |
gnu: iproute: Update to 4.13.0.
* gnu/packages/linux.scm (iproute): Update to 4.13.0.
-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 245b36f2c6..8f240e6ec2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1132,7 +1132,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.12.0") + (version "4.13.0") (source (origin (method url-fetch) (uri (string-append @@ -1140,7 +1140,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0zdxdsxyaazl85xhwskvsmpyzwf5qp21cvjsi1lw3xnrc914q2if")))) + "0l2w84cwr54gaw3cbxijf614l76hx8mgcz57v81rwl68z3nq3yww")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |