perlPackages.PerlLanguageServer: 2.5.0 -> 2.6.1

This commit is contained in:
Doron Behar 2023-09-23 12:45:35 +03:00
parent 8ace65ff3d
commit 14a133e76f

View File

@ -19830,10 +19830,10 @@ with self; {
PerlLanguageServer = buildPerlPackage {
pname = "Perl-LanguageServer";
version = "2.5.0";
version = "2.6.1";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GR/GRICHTER/Perl-LanguageServer-2.5.0.tar.gz";
hash = "sha256-LQYcIkepqAT1JMkSuIN6mxivz6AZkpShcRsVD1oTmQQ=";
url = "mirror://cpan/authors/id/G/GR/GRICHTER/Perl-LanguageServer-2.6.1.tar.gz";
hash = "sha256-IDM0uwsEXMeHAu9DA0CdCB87aN3XRoNEdGOIJ8NMsZg=";
};
propagatedBuildInputs = [ AnyEvent AnyEventAIO ClassRefresh CompilerLexer Coro DataDump HashSafeKeys IOAIO JSON Moose PadWalker ];
meta = {