summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-04-12 23:09:37 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-04-12 23:09:37 +0300
commit1016831798cbc2a5530f425ad60cd568d3f4d59e (patch)
treed427bfbd336fd1f12a98c37014757f63f2ce6e9f /gnu
parent126bc9e4de99b2847d4e614a868c61df5827e575 (diff)
gnu: dante: Update to 1.4.4.
* gnu/packages/networking.scm (dante): Update to 1.4.4. Change-Id: I47fc7504307a3270d692aef498dd0ba45192bff4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index caff01e1b9d..76b5138f25e 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")))