perl-Getopt-Long-Descriptive: 0.099 -> 0.100

This commit is contained in:
Robert Helgesson 2016-07-13 12:31:21 +02:00
parent fdef298dd7
commit 2e56d68164

View File

@ -5512,18 +5512,18 @@ let self = _self // overrides; _self = with self; {
}; };
GetoptLongDescriptive = buildPerlPackage rec { GetoptLongDescriptive = buildPerlPackage rec {
name = "Getopt-Long-Descriptive-0.099"; name = "Getopt-Long-Descriptive-0.100";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz"; url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "1sf5r3vy7880ynsn2aqmb5p6rzmhq5v072x33g8c7aqjpz81wkgw"; sha256 = "1451e79310d1630de37690e3aba5c38ea5f01a486c5a43f0cd95bef2a02dffb6";
}; };
buildInputs = [ TestFatal TestWarnings ]; buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ ParamsValidate SubExporter SubExporterUtil ]; propagatedBuildInputs = [ ParamsValidate SubExporter ];
meta = { meta = {
homepage = https://github.com/rjbs/Getopt-Long-Descriptive; homepage = https://github.com/rjbs/Getopt-Long-Descriptive;
description = "Getopt::Long, but simpler and more powerful"; description = "Getopt::Long, but simpler and more powerful";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ]; maintainers = [ maintainers.rycee ];
}; };
}; };