From dcc5bb7c430d184e1ce7045db924ca9328f5fa8d Mon Sep 17 00:00:00 2001 From: sirkhancision Date: Tue, 4 Apr 2023 14:52:53 -0300 Subject: [PATCH] python3-lsp-server: update to 1.7.2. --- srcpkgs/python3-lsp-server/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index a1ccc1e317bf..312230898e57 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -1,6 +1,6 @@ # Template file for 'python3-lsp-server' pkgname=python3-lsp-server -version=1.7.1 +version=1.7.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" @@ -16,7 +16,7 @@ license="MIT" homepage="https://github.com/python-lsp/python-lsp-server" changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md" distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz" -checksum=67473bb301f35434b5fa8b21fc5ed5fac27dc8a8446ccec8bae456af52a0aef6 +checksum=b2433467d0fcb8fd45828463ff1cc805837c08731fcea5d7d953d9be776881e1 do_check() { python3 -m pytest \