mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bird: Update to 2.15.1.
* gnu/packages/networking.scm (bird): Update to 2.15.1. Change-Id: Ib30ee5eb503cbbafb066c13221d36059669f3dec
This commit is contained in:
parent
eed1c0adb0
commit
2e505090ae
1 changed files with 2 additions and 2 deletions
|
@ -4056,14 +4056,14 @@ (define-public frrouting
|
|||
(define-public bird
|
||||
(package
|
||||
(name "bird")
|
||||
(version "2.0.11")
|
||||
(version "2.15.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://bird.network.cz/pub/bird/bird-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mjm7w5zkbc5q2v4bdn7mcqzcq94s7fiz8a5lz98kl5rcwxvi9v0"))))
|
||||
"0pf7fp78jrblhbcd1zrp07ywjp59m38pm9rf2dn7ar715mi5rs28"))))
|
||||
(inputs
|
||||
(list libssh readline))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue