guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: iproute: Update to 4.4.0.


From: Alex Kost
Subject: 02/02: gnu: iproute: Update to 4.4.0.
Date: Sat, 13 Feb 2016 18:49:38 +0000

alezost pushed a commit to branch master
in repository guix.

commit 75cd4b053e52a1362f79187f780ca97a1b8ebdd1
Author: Alex Kost <address@hidden>
Date:   Thu Feb 11 13:49:38 2016 +0300

    gnu: iproute: Update to 4.4.0.
    
    * gnu/packages/linux.scm (iproute): Update to 4.4.0.
---
 gnu/packages/linux.scm |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9ee13f3..6b26feb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -869,15 +869,15 @@ packet filter.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "3.12.0")
+    (version "4.4.0")
     (source (origin
-             (method url-fetch)
-             (uri (string-append
-                   "mirror://kernel.org/linux/utils/net/iproute2/iproute2-"
-                   version ".tar.xz"))
-             (sha256
-              (base32
-               "04gi11gh087bg2nlxhj0lxrk8l9qxkpr88nsiil23917bm3h1xj4"))))
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://kernel.org/linux/utils/net/iproute2/iproute2-"
+                    version ".tar.xz"))
+              (sha256
+               (base32
+                "05351m4m0whsivlblvs3m0nz5q9v6r06ik80z27gf6ca51kw74dw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                                ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]