diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-06 15:57:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-06 15:57:16 +0200 |
commit | 856f68786fb063f3ed9fd2a22e31941c2218fd85 (patch) | |
tree | 6a2e2d0356ba69c287182c446abe9127be9745b0 /gnu/packages/linux.scm | |
parent | d3f52500f3dea859b1d72d0ee22de25e7eda8a12 (diff) | |
download | gnu-guix-856f68786fb063f3ed9fd2a22e31941c2218fd85.tar gnu-guix-856f68786fb063f3ed9fd2a22e31941c2218fd85.tar.gz |
gnu: iproute: Update to 4.12.0.
* gnu/packages/linux.scm (iproute): Update to 4.12.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 6658c4e908..0f3d8c3e86 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1120,7 +1120,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.11.0") + (version "4.12.0") (source (origin (method url-fetch) (uri (string-append @@ -1128,7 +1128,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "09l0phf09mw17bn3xlzfr80sbhw14mq8xv28iz5x15m6pll10rvj")))) + "0zdxdsxyaazl85xhwskvsmpyzwf5qp21cvjsi1lw3xnrc914q2if")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |