perl-IO-Socket-SSL: 2.027 -> 2.037

This commit is contained in:
Robert Helgesson 2016-08-28 23:39:12 +02:00
parent 0289438b34
commit dd93111823
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -6613,10 +6613,10 @@ let self = _self // overrides; _self = with self; {
};
IOSocketSSL = buildPerlPackage rec {
name = "IO-Socket-SSL-2.027";
name = "IO-Socket-SSL-2.037";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SU/SULLR/${name}.tar.gz";
sha256 = "723517ea71f90105579e7db7a1a2e053bf5c8142a187df8bc1fe3881c3383f67";
sha256 = "6747226937d652a30a2c9c21d171412737f41f27ea7d82cd74845b3052909469";
};
propagatedBuildInputs = [ NetSSLeay URI ];
# Fix path to default certificate store.