gnu: stunnel: Update to 5.55.
* gnu/packages/web.scm (stunnel): Update to 5.55.
This commit is contained in:
parent
90d537f833
commit
1e609b78c7
|
@ -4812,14 +4812,14 @@ tools like SSH (Secure Shell) to reach the outside world.")
|
||||||
(define-public stunnel
|
(define-public stunnel
|
||||||
(package
|
(package
|
||||||
(name "stunnel")
|
(name "stunnel")
|
||||||
(version "5.54")
|
(version "5.55")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.stunnel.org/downloads/stunnel-"
|
(uri (string-append "https://www.stunnel.org/downloads/stunnel-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00krr0h3vsyi93mqhrbgfgn8v47l4l3hzdg1ccfnpd3lqak8i1ay"))))
|
(base32 "0qjc0wkjf6bqz29fvwwsn9hnjhm6alsm10jcwx4jad2q3ks6kplh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
|
Loading…
Reference in New Issue