perlPackages.GetoptLongDescriptive: 0.111 -> 0.114

This commit is contained in:
Marcus Ramberg
2024-09-07 19:09:41 +02:00
committed by Stig Palmquist
parent fb4a186733
commit d6d704d3ed
+3 -3
View File
@@ -10767,10 +10767,10 @@ with self; {
GetoptLongDescriptive = buildPerlPackage {
pname = "Getopt-Long-Descriptive";
version = "0.111";
version = "0.114";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.111.tar.gz";
hash = "sha256-m40V/K8Y/ddAJGtDjw5+uRS4McUdnXCMCZ7Kd2YiB20=";
url = "mirror://cpan/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.114.tar.gz";
hash = "sha256-QQ6EIRSpy/0/06X9JIqWcDwHxdh5sqpfnbAzPyMnYBY=";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ ParamsValidate SubExporter ];