mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: bird: Update to 2.0.10.
* gnu/packages/networking.scm (bird): Update to 2.0.10.
This commit is contained in:
parent
3ee8a17eff
commit
ab34425e53
1 changed files with 2 additions and 2 deletions
|
@ -3756,14 +3756,14 @@ (define-public frrouting
|
|||
(define-public bird
|
||||
(package
|
||||
(name "bird")
|
||||
(version "2.0.8")
|
||||
(version "2.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://bird.network.cz/pub/bird/bird-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xp7f0im1v8pqqx3xqyfkd1nsxk8vnbqgrdrwnwhg8r5xs1xxlhr"))))
|
||||
"0npx3zgbjnhm4905zmj2qkz3d13s8hakassq6sbzm1ywv3fl3lvy"))))
|
||||
(inputs
|
||||
(list libssh readline))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue