mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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>
This commit is contained in:
parent
b78202f8a8
commit
55fddf9307
1 changed files with 4 additions and 2 deletions
|
@ -3436,7 +3436,7 @@ communication.")
|
||||||
(define-public frrouting
|
(define-public frrouting
|
||||||
(package
|
(package
|
||||||
(name "frrouting")
|
(name "frrouting")
|
||||||
(version "6.0.2")
|
(version "7.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/FRRouting/frr/releases/"
|
(uri (string-append "https://github.com/FRRouting/frr/releases/"
|
||||||
|
@ -3444,11 +3444,13 @@ communication.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xfrvi62w8qlh46f504ka0skb7pm0g0p8vmdng4w90gsbirlzpdd"))))
|
"1a27wvxmc51sr0kchy0hjfpv19imlgrr3s9k48lik9k01g71yrdr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("c-ares" ,c-ares)
|
`(("c-ares" ,c-ares)
|
||||||
("json-c" ,json-c)
|
("json-c" ,json-c)
|
||||||
|
("libcap" ,libcap)
|
||||||
|
("libyang" ,libyang)
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue