perlPackages.XSParseKeyword: 0.34 -> 0.38

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:34 +02:00
parent f01b612605
commit aa5ad42072

View File

@ -28178,10 +28178,10 @@ with self; {
XSParseKeyword = buildPerlModule {
pname = "XS-Parse-Keyword";
version = "0.34";
version = "0.38";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.34.tar.gz";
hash = "sha256-EDPdtAmSTZ1Cs4MEodeXRaBDSrxrBJHrErbIu5bx1sE=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.38.tar.gz";
hash = "sha256-JQDEeGnPXKjGHdI8Z7rav2a48e+14nkgdlfBzmk+IR4=";
};
buildInputs = [ ExtUtilsCChecker Test2Suite ];
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";