diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-28 17:16:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-28 17:22:11 +0100 |
commit | e572ec3cc3b15c281dc6a5c1d850550242ea451f (patch) | |
tree | c9c50839b602d820665298e4ede8dca4dda226b9 /gnu | |
parent | cd328a7315d75ab167be4e238e0ac3c78fb86cee (diff) | |
download | guix-e572ec3cc3b15c281dc6a5c1d850550242ea451f.tar guix-e572ec3cc3b15c281dc6a5c1d850550242ea451f.tar.gz |
gnu: iproute2: Update to 5.5.0.
* gnu/packages/linux.scm (iproute): Update to 5.5.0.
Diffstat (limited to 'gnu')
-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 8a3972c786..01f6227cc0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1788,7 +1788,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "5.3.0") + (version "5.5.0") (source (origin (method url-fetch) (uri (string-append @@ -1796,7 +1796,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0gvv269wjn4279hxr5zzwsk2c5qgswr47za3hm1x4frsk52iw76b")))) + "0ywg70f98wgfai35jl47xzpjp45a6n7crja4vc8ql85cbi1l7ids")))) (build-system gnu-build-system) (arguments `( ;; There is a test suite, but it wants network namespaces and sudo. |