[cpan2nix] perlPackages.GetoptLongDescriptive: cleanup

This commit is contained in:
volth 2020-09-09 09:13:48 +00:00
parent 5fc5121cb1
commit 8c995501c8

View file

@ -8263,7 +8263,7 @@ let
pname = "Getopt-Long-Descriptive";
version = "0.105";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.105.tar.gz;
url = "mirror://cpan/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.105.tar.gz";
sha256 = "a71cdbcf4043588b26a42a13d151c243f6eccf38e8fc0b18ffb5b53651ab8c15";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];