~ruther/guix-local

db3ed413105317d6f2894afa59605828c3cf8856 — Artyom V. Poptsov 1 year, 1 month ago d4456a2
gnu: frrouting: Update to 10.3.1.

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

Change-Id: I624ce78a8676d1d0104b861af6c63ae5669f66c3
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +2 -2
@@ 4123,7 4123,7 @@ for interacting with an OpenDHT distributed network.")
(define-public frrouting
  (package
    (name "frrouting")
    (version "10.3")
    (version "10.3.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 4132,7 4132,7 @@ for interacting with an OpenDHT distributed network.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1fv06z506l26jx9gz8dib6zn0rv2yvl7ihvm48d95jjmc7bldw53"))))
                "1shlxcmvz9ay83wdk2h23yzhqc79hh47v99kq70rymh1d35wr0p7"))))
    (build-system gnu-build-system)
    (inputs
     (list c-ares json-c libcap libxcrypt libyang libelf protobuf-c readline))