[cpan2nix] perlPackages.HTTPLite: 2.43 -> 2.44

This commit is contained in:
volth 2018-04-07 07:56:00 +00:00
parent 290b0759d0
commit df07436191

View File

@ -7018,12 +7018,12 @@ let self = _self // overrides; _self = with self; {
};
HTTPLite = buildPerlPackage rec {
name = "HTTP-Lite-2.43";
name = "HTTP-Lite-2.44";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
sha256 = "10svyy8r5ca86spz21r0k2mdy8g2slzssin4qbg101zc9kr5r65a";
sha256 = "0z77nflj8zdcfg70kc93glq5kmd6qxn2nf7h70x4xhfg25wkvr1q";
};
buildInputs = [ ModuleBuild ];
buildInputs = [ CGI ];
};
HTTPMessage = buildPerlPackage rec {