guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: frrouting: Update to 7.5.


From: guix-commits
Subject: 02/02: gnu: frrouting: Update to 7.5.
Date: Sat, 20 Feb 2021 18:03:44 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 55fddf93079fa6e75bbe2d748c6abf8b5897d2c3
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Jan 5 11:57:28 2021 +0100

    gnu: frrouting: Update to 7.5.
    
    * gnu/packages/networking.scm (frrouting): Update to 7.5.
    [inputs]: Add libcap and libyang.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/networking.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ca8e5fa..d969ad8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3436,7 +3436,7 @@ communication.")
 (define-public frrouting
   (package
     (name "frrouting")
-    (version "6.0.2")
+    (version "7.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FRRouting/frr/releases/";
@@ -3444,11 +3444,13 @@ communication.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0xfrvi62w8qlh46f504ka0skb7pm0g0p8vmdng4w90gsbirlzpdd"))))
+                "1a27wvxmc51sr0kchy0hjfpv19imlgrr3s9k48lik9k01g71yrdr"))))
     (build-system gnu-build-system)
     (inputs
      `(("c-ares" ,c-ares)
        ("json-c" ,json-c)
+       ("libcap" ,libcap)
+       ("libyang" ,libyang)
        ("readline" ,readline)))
     (native-inputs
      `(("perl" ,perl)



reply via email to

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