1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103

This commit is contained in:
volth 2018-08-25 12:55:08 +00:00
parent dfb78acae5
commit ad47c381bd

View file

@ -6451,10 +6451,10 @@ let
};
GetoptLongDescriptive = buildPerlPackage rec {
name = "Getopt-Long-Descriptive-0.102";
name = "Getopt-Long-Descriptive-0.103";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "9ad4b98f294aa0515cc3150a1ae878d39e470762b78d8bd9df055eba9dea2846";
sha256 = "70e1bae7404a9dfb638b5d12e5bd4ea97e3bee743a4555909307d68e0111f4b2";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ ParamsValidate SubExporter ];