perlPackages.XSParseKeyword: 0.38 -> 0.44

This commit is contained in:
Marcus Ramberg 2024-08-02 23:11:05 +02:00 committed by Stig Palmquist
parent 9e51c8eb8f
commit 0671159dae
No known key found for this signature in database

View File

@ -28952,12 +28952,13 @@ with self; {
XSParseKeyword = buildPerlModule {
pname = "XS-Parse-Keyword";
version = "0.38";
version = "0.44";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.38.tar.gz";
hash = "sha256-JQDEeGnPXKjGHdI8Z7rav2a48e+14nkgdlfBzmk+IR4=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.44.tar.gz";
hash = "sha256-ohrnkiGSfvwR2J2MnbMt9swgsxacX2kuGSEUriNNdhI=";
};
buildInputs = [ ExtUtilsCChecker Test2Suite ];
propagatedBuildInputs = [ FileShareDir ];
perlPreHook = lib.optionalString (stdenv.isi686 || stdenv.isDarwin) "export LD=$CC";
meta = {
description = "XS functions to assist in parsing keyword syntax";