1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: frrouting: Update to 10.3.

* gnu/packages/networking.scm (frrouting): Update to 10.3.

Change-Id: I0f4bacc454f430be8791da80626fae269396f8c1
This commit is contained in:
Artyom V. Poptsov 2025-05-21 20:54:56 +03:00
parent 58325c380d
commit 3f58a6f5eb
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -4122,7 +4122,7 @@ for interacting with an OpenDHT distributed network.")
(define-public frrouting
(package
(name "frrouting")
(version "10.1.1")
(version "10.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4131,7 +4131,7 @@ for interacting with an OpenDHT distributed network.")
(file-name (git-file-name name version))
(sha256
(base32
"06gn2wgnd97fgzf7yd9v5fv8fanjw02cy0rx7kgq7x7gnzbg1yhn"))))
"1fv06z506l26jx9gz8dib6zn0rv2yvl7ihvm48d95jjmc7bldw53"))))
(build-system gnu-build-system)
(inputs
(list c-ares json-c libcap libxcrypt libyang libelf protobuf-c readline))