gnu: bird: Update to 2.15.1.
* gnu/packages/networking.scm (bird): Update to 2.15.1. Change-Id: Ib30ee5eb503cbbafb066c13221d36059669f3decmaster
parent
eed1c0adb0
commit
2e505090ae
|
@ -4056,14 +4056,14 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.")
|
||||||
(define-public bird
|
(define-public bird
|
||||||
(package
|
(package
|
||||||
(name "bird")
|
(name "bird")
|
||||||
(version "2.0.11")
|
(version "2.15.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://bird.network.cz/pub/bird/bird-"
|
(uri (string-append "ftp://bird.network.cz/pub/bird/bird-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mjm7w5zkbc5q2v4bdn7mcqzcq94s7fiz8a5lz98kl5rcwxvi9v0"))))
|
"0pf7fp78jrblhbcd1zrp07ywjp59m38pm9rf2dn7ar715mi5rs28"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list libssh readline))
|
(list libssh readline))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue