3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-net-ssleay: Update to 1.88.

* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.88.
This commit is contained in:
Marius Bakke 2019-06-29 18:48:50 +02:00
parent 5e26ac3f6a
commit 966e4beadc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -643,14 +643,14 @@ certificates for free.")
(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