diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-04 19:05:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-05 19:33:09 +0200 |
commit | f0bebc570614dbe052edca956f7bab2c593379ed (patch) | |
tree | f6d688be6ecdfac8825c557e59cfa5502167b651 /gnu | |
parent | 9cd1b802fb000583cefafb9ccd35b87949fbb888 (diff) | |
download | guix-f0bebc570614dbe052edca956f7bab2c593379ed.tar.gz |
gnu: iproute2: Update to 5.7.0.
* gnu/packages/linux.scm (iproute): Update to 5.7.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 35b4d73b51..f61ce864af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2072,7 +2072,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "5.5.0") + (version "5.7.0") (source (origin (method url-fetch) (uri (string-append @@ -2080,7 +2080,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0ywg70f98wgfai35jl47xzpjp45a6n7crja4vc8ql85cbi1l7ids")))) + "088gs56iqhdlpw1iqjwrss4zxd4zbl2wl8s2implrrdajjxcfpbj")))) (build-system gnu-build-system) (arguments `( ;; There is a test suite, but it wants network namespaces and sudo. |