[cpan2nix] perlPackages.LWPProtocolHttps: 6.07 -> 6.09

This commit is contained in:
volth 2020-09-09 09:14:17 +00:00
parent cdf9dccc6b
commit 2bfb4d2105

View File

@ -11331,10 +11331,10 @@ let
LWPProtocolHttps = buildPerlPackage {
pname = "LWP-Protocol-https";
version = "6.07";
version = "6.09";
src = fetchurl {
url = "mirror://cpan/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz";
sha256 = "1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j";
url = "mirror://cpan/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.09.tar.gz";
sha256 = "14pm785cgyrnppks6ccasb2vkqifh0a8fz36nmnhc2v926jy3kqn";
};
patches = [ ../development/perl-modules/lwp-protocol-https-cert-file.patch ];
propagatedBuildInputs = [ IOSocketSSL LWP ];