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
1 changed files with 2 additions and 2 deletions
|
@ -643,14 +643,14 @@ (define-public letsencrypt
|
|||
(define-public perl-net-ssleay
|
||||
(package
|
||||
(name "perl-net-ssleay")
|
||||
(version "1.85")
|
||||
(version "1.88")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIKEM/"
|
||||
"Net-SSLeay-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j5h4ycm8538397l204d2d5fkm9595aj174pj7bkpbhwzfwqi0cx"))))
|
||||
"1pfgh4h3szcpvqlcimc60pjbk9zwls99x5863sva0wc47i4dl010"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs `(("openssl" ,openssl)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue