aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2021-01-05 11:57:28 +0100
committerLeo Famulari <leo@famulari.name>2021-02-20 18:02:31 -0500
commit55fddf93079fa6e75bbe2d748c6abf8b5897d2c3 (patch)
treeeb1e6d29eb2b3b6e3573c488dbe3059eb25843bc
parentb78202f8a8db6e2c4e8563b9ecbb82f29efdfb57 (diff)
downloadguix-55fddf93079fa6e75bbe2d748c6abf8b5897d2c3.tar
guix-55fddf93079fa6e75bbe2d748c6abf8b5897d2c3.tar.gz
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>
-rw-r--r--gnu/packages/networking.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ca8e5fa192..d969ad854e 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)