diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:00 +0200 |
commit | ab34425e53420c724b7ed1198c76a04198f09eb7 (patch) | |
tree | 94e4ab94dd582650a39e054c24547fb8e197377a /gnu | |
parent | 3ee8a17effd726d00efb7a2bd28afad1dd14372f (diff) | |
download | guix-ab34425e53420c724b7ed1198c76a04198f09eb7.tar.gz guix-ab34425e53420c724b7ed1198c76a04198f09eb7.zip |
gnu: bird: Update to 2.0.10.
* gnu/packages/networking.scm (bird): Update to 2.0.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a65416759e..f088b88c73 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3756,14 +3756,14 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.") (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 |