diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index dce93e4f3a..0be8671d45 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -70,6 +70,7 @@ ;;; Copyright © 2024 Vinicius Monego ;;; Copyright © 2024 nathan ;;; Copyright © 2024 Nikita Domnitskii +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -1714,7 +1715,7 @@ maintenance releases.") (define-public radvd (package (name "radvd") - (version "2.19") + (version "2.20") (source (origin (method git-fetch) @@ -1723,7 +1724,7 @@ maintenance releases.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1df827m3vkjq2bcs5y9wg2cygvpdwl8ppl446qqhyym584gz54nl")))) + (base32 "090b8953cq7pvxf8i5wsippsi3zc8jxy559k6jpfjjmbbvl8zlmk")))) (build-system gnu-build-system) (native-inputs (list autoconf @@ -1732,6 +1733,7 @@ maintenance releases.") check flex pkg-config)) + (inputs (list libbsd)) (arguments `(#:configure-flags '("--with-check"))) (home-page "https://radvd.litech.org/")