perlPackages.SyntaxKeywordTry: 0.27 -> 0.29
This commit is contained in:
parent
d6216b3771
commit
49c14368be
@ -23059,10 +23059,10 @@ with self; {
|
||||
|
||||
SyntaxKeywordTry = buildPerlModule {
|
||||
pname = "Syntax-Keyword-Try";
|
||||
version = "0.27";
|
||||
version = "0.29";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.27.tar.gz";
|
||||
hash = "sha256-JG4bAz4/8i/VQgVQ1Lbg1WtDjNy7nTXL6LG1uhV03iM=";
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.29.tar.gz";
|
||||
hash = "sha256-zDIHGdNgjaqVFHQ6Q9rCvpnLjM2Ymx/vooUpDLHVnY8=";
|
||||
};
|
||||
propagatedBuildInputs = [ XSParseKeyword ];
|
||||
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
|
||||
|
Loading…
Reference in New Issue
Block a user