[cpan2nix] perlPackages.ImageSize: 3.232 -> 3.300

This commit is contained in:
volth 2018-04-07 07:54:22 +00:00
parent 6165dcb469
commit fbf01f13c1

View File

@ -7133,13 +7133,12 @@ let self = _self // overrides; _self = with self; {
}; };
ImageSize = buildPerlPackage rec { ImageSize = buildPerlPackage rec {
name = "Image-Size-3.232"; name = "Image-Size-3.300";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJRAY/${name}.tar.gz"; url = "mirror://cpan/authors/id/R/RJ/RJRAY/${name}.tar.gz";
sha256 = "1mx065134gy75pgdldh65118bpcs6yfbqmr7bf9clwq44zslxhxc"; sha256 = "0sq2kwdph55h4adx50fmy86brjkkv8grsw33xrhf1k9icpwb3jak";
}; };
buildInputs = [ TestMore ]; buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ ModuleRuntime ];
meta = { meta = {
description = "Read the dimensions of an image in several popular formats"; description = "Read the dimensions of an image in several popular formats";
license = with stdenv.lib.licenses; [ artistic1 lgpl21Plus ]; license = with stdenv.lib.licenses; [ artistic1 lgpl21Plus ];