[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103
This commit is contained in:
parent
dfb78acae5
commit
ad47c381bd
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue