1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: frrouting: Update to 10.4.1.

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

Change-Id: I613352aca04dd5fa8c892792c98c678ef407bb10
This commit is contained in:
Artyom V. Poptsov
2025-09-09 21:18:26 +03:00
parent 8023244b6d
commit fb746de136

View File

@@ -4179,7 +4179,7 @@ for interacting with an OpenDHT distributed network.")
(define-public frrouting
(package
(name "frrouting")
(version "10.3.1")
(version "10.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4188,7 +4188,7 @@ for interacting with an OpenDHT distributed network.")
(file-name (git-file-name name version))
(sha256
(base32
"1shlxcmvz9ay83wdk2h23yzhqc79hh47v99kq70rymh1d35wr0p7"))))
"0c787iv8lrjh92dgng3m8v0i56fx8ln1mhpmdcy8p03z5lxwqjd4"))))
(build-system gnu-build-system)
(inputs
(list c-ares json-c libcap libxcrypt libyang libelf protobuf-c readline))