gnu: dante: Update to 1.4.3.
* gnu/packages/networking.scm (dante): Update to 1.4.3.master
parent
c6e9efd62d
commit
145cffe103
|
@ -3339,15 +3339,14 @@ and check if the WLAN key or the master key was transmitted unencrypted.")
|
||||||
(define-public dante
|
(define-public dante
|
||||||
(package
|
(package
|
||||||
(name "dante")
|
(name "dante")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.inet.no/dante/files/dante-"
|
(uri (string-append "https://www.inet.no/dante/files/dante-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0pbahkj43rx7rmv2x40mf5p3g3x9d6i2sz7pzglarf54w5ghd2j1"))))
|
||||||
"19rqzj167q73ag20zxpvswhkk0bj56r5maf83v5016sw7vrcz5sc"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: The dynamic socks library doesn't work with 'libc.so' (GNU ld
|
;; XXX: The dynamic socks library doesn't work with 'libc.so' (GNU ld
|
||||||
|
|
Reference in New Issue