perl-IO-Socket-SSL: 2.020 -> 2.027
This commit is contained in:
parent
78f4fa38e3
commit
e612954896
@ -6556,13 +6556,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
IOSocketSSL = buildPerlPackage {
|
IOSocketSSL = buildPerlPackage rec {
|
||||||
name = "IO-Socket-SSL-2.020";
|
name = "IO-Socket-SSL-2.027";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SU/SULLR/IO-Socket-SSL-2.020.tar.gz;
|
url = "mirror://cpan/authors/id/S/SU/SULLR/${name}.tar.gz";
|
||||||
sha256 = "1nqjwnyd8iy0whisa352a97ihxw2zc78cmbxa0ccs4547bljr3js";
|
sha256 = "723517ea71f90105579e7db7a1a2e053bf5c8142a187df8bc1fe3881c3383f67";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ URI NetSSLeay ];
|
propagatedBuildInputs = [ NetSSLeay URI ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/noxxi/p5-io-socket-ssl;
|
homepage = https://github.com/noxxi/p5-io-socket-ssl;
|
||||||
description = "Nearly transparent SSL encapsulation for IO::Socket::INET";
|
description = "Nearly transparent SSL encapsulation for IO::Socket::INET";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user