gnu: perl-net-ssleay: Update to 1.88.
* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.88.
This commit is contained in:
parent
5e26ac3f6a
commit
966e4beadc
|
@ -643,14 +643,14 @@ certificates for free.")
|
||||||
(define-public perl-net-ssleay
|
(define-public perl-net-ssleay
|
||||||
(package
|
(package
|
||||||
(name "perl-net-ssleay")
|
(name "perl-net-ssleay")
|
||||||
(version "1.85")
|
(version "1.88")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIKEM/"
|
(uri (string-append "mirror://cpan/authors/id/M/MI/MIKEM/"
|
||||||
"Net-SSLeay-" version ".tar.gz"))
|
"Net-SSLeay-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j5h4ycm8538397l204d2d5fkm9595aj174pj7bkpbhwzfwqi0cx"))))
|
"1pfgh4h3szcpvqlcimc60pjbk9zwls99x5863sva0wc47i4dl010"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs `(("openssl" ,openssl)))
|
(inputs `(("openssl" ,openssl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue