gnu: frrouting: Update to 7.5.17.5.1.

* gnu/packages/networking.scm (frrouting): Update to 7.5.17.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-24 02:02:24 +02:00
parent b95fbb510d
commit 88c8a910ea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3569,7 +3569,7 @@ (define-public opendht
(define-public frrouting
(package
(name "frrouting")
(version "7.5")
(version "7.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/FRRouting/frr/releases/"
@ -3577,7 +3577,7 @@ (define-public frrouting
".tar.xz"))
(sha256
(base32
"1a27wvxmc51sr0kchy0hjfpv19imlgrr3s9k48lik9k01g71yrdr"))))
"1r7gh5h27ii7d1d0z0x48wx7hs8vvympv3gqvy3cwzg05q5vk9xs"))))
(build-system gnu-build-system)
(inputs
`(("c-ares" ,c-ares)