gnu: stunnel: Update to 5.59.
* gnu/packages/web.scm (stunnel): Update to 5.59.
This commit is contained in:
parent
8e4d44ad39
commit
08512512ea
1 changed files with 2 additions and 2 deletions
|
@ -5888,14 +5888,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.58")
|
(version "5.59")
|
||||||
(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 "0y9vjzjqi340vy6h321r1cskb7l6a4prr9d2ysixqzjpjv04rhfl"))))
|
(base32 "17yf2n47j5hw2y9527mrkx3j7q9jk5vvg46m3hgp1wg8dggpcxqk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
|
Reference in a new issue