mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
[cpan2nix] perlPackages.GetoptLongDescriptive: 0.104 -> 0.105
This commit is contained in:
parent
f22b704bd4
commit
effc78ac1d
@ -7920,10 +7920,10 @@ let
|
||||
|
||||
GetoptLongDescriptive = buildPerlPackage {
|
||||
pname = "Getopt-Long-Descriptive";
|
||||
version = "0.104";
|
||||
version = "0.105";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.104.tar.gz";
|
||||
sha256 = "878bc1782c5e196a08a52fa252bbfce1aeb0546d073eac164fc6b80b4cea1e28";
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.105.tar.gz;
|
||||
sha256 = "a71cdbcf4043588b26a42a13d151c243f6eccf38e8fc0b18ffb5b53651ab8c15";
|
||||
};
|
||||
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
|
||||
propagatedBuildInputs = [ ParamsValidate SubExporter ];
|
||||
|
Loading…
Reference in New Issue
Block a user