diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 23:01:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 23:35:33 +0200 |
commit | 8eba82753a36559b5369b768c1437b1873def69d (patch) | |
tree | 3d13e522df1182de71dc967e794eecaa4aae6aaf /gnu/packages/linux.scm | |
parent | cc4e5e13306239a4d31481c06c76d67a526782db (diff) | |
download | patches-8eba82753a36559b5369b768c1437b1873def69d.tar patches-8eba82753a36559b5369b768c1437b1873def69d.tar.gz |
gnu: iproute2: Update to 5.1.0.
* gnu/packages/linux.scm (iproute2): Update to 5.1.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 0502eaa63a..7ede17c600 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1336,7 +1336,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "5.0.0") + (version "5.1.0") (source (origin (method url-fetch) (uri (string-append @@ -1344,7 +1344,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "1fi03lb8dqr8hq633gcqsf6228vsvysxms075j1yyl4nlc17616z")))) + "1kvvrz5mlpjxqcm7vl6i8w6l1cb2amp6p5xyq006pgzafc49hnnw")))) (build-system gnu-build-system) (arguments `( ;; There is a test suite, but it wants network namespaces and sudo. |