This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2e505090ae gnu: bird: Update to 2.15.1.
2e505090ae is described below
commit 2e505090aee0c706dc87371f5a411f6cb328953f
Author: Oleg Pykhalov <[email protected]>
AuthorDate: Tue Apr 30 10:14:51 2024 +0300
gnu: bird: Update to 2.15.1.
* gnu/packages/networking.scm (bird): Update to 2.15.1.
Change-Id: Ib30ee5eb503cbbafb066c13221d36059669f3dec
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6e8f523a03..5501c8dfca 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4056,14 +4056,14 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and
RIP.")
(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