guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fb746de136986e438dfe4d0b5ee6ca6af273cf58
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Tue Sep 9 21:18:26 2025 +0300

    gnu: frrouting: Update to 10.4.1.
    
    * gnu/packages/networking.scm (frrouting): Update to 10.4.1.
    
    Change-Id: I613352aca04dd5fa8c892792c98c678ef407bb10
---
 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 1ad4467a4d..bf4f087972 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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))

Reply via email to