me
/
guix
Archived
1
0
Fork 0

gnu: bird: Update to 2.15.1.

* gnu/packages/networking.scm (bird): Update to 2.15.1.

Change-Id: Ib30ee5eb503cbbafb066c13221d36059669f3dec
master
Oleg Pykhalov 2024-04-30 10:14:51 +03:00
parent eed1c0adb0
commit 2e505090ae
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 2 deletions

View File

@ -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