guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: iproute2: Update to 4.9.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: iproute2: Update to 4.9.0.
Date: Tue, 13 Dec 2016 18:37:16 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit d7f84eab025e8d580f0fdca6e852feb1a91cc7be
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 13 16:06:16 2016 +0100

    gnu: iproute2: Update to 4.9.0.
    
    * gnu/packages/linux.scm (iproute2): Update to 4.9.0.
    [home-page]: Point to the latest attempt, and use HTTPS.
---
 gnu/packages/linux.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5fc355d..5d96364 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -924,7 +924,7 @@ packet filter.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "4.8.0")
+    (version "4.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -932,7 +932,7 @@ packet filter.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "12dk5hn1zlraqk2p0z8dv2xgsz0x9v8l3vcvf51fzj0v8b45j2d3"))))
+                "1i0n071hiqxw1gisngw2jln3kcp9sh47n6fj5hdwqrvp7w20zwy0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                                ; no test suite
@@ -960,7 +960,7 @@ packet filter.")
        ("flex" ,flex)
        ("bison" ,bison)))
     (home-page
-     
"http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";)
+     "https://wiki.linuxfoundation.org/networking/iproute2";)
     (synopsis
      "Utilities for controlling TCP/IP networking and traffic in Linux")
     (description



reply via email to

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