This is an automated email from the git hooks/post-receive script. avp pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 1016831798 gnu: dante: Update to 1.4.4. 1016831798 is described below commit 1016831798cbc2a5530f425ad60cd568d3f4d59e Author: Artyom V. Poptsov <poptsov.art...@gmail.com> AuthorDate: Sat Apr 12 23:09:37 2025 +0300 gnu: dante: Update to 1.4.4. * gnu/packages/networking.scm (dante): Update to 1.4.4. Change-Id: I47fc7504307a3270d692aef498dd0ba45192bff4 --- 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 caff01e1b9..76b5138f25 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3733,14 +3733,14 @@ and check if the WLAN key or the master key was transmitted unencrypted.") (define-public dante (package (name "dante") - (version "1.4.3") + (version "1.4.4") (source (origin (method url-fetch) (uri (string-append "https://www.inet.no/dante/files/dante-" version ".tar.gz")) (sha256 - (base32 "0pbahkj43rx7rmv2x40mf5p3g3x9d6i2sz7pzglarf54w5ghd2j1")) + (base32 "1v7s2fl573xrz68flhsnn9h51hn7cbj1qb6g1i60m7qz5xrwfwqr")) (patches (search-patches "dante-non-darwin.patch")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-libc=libc.so.6")))