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

View file

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