From b2a74f64306c3fbf6448e623c14929d314607808 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 6 Jun 2025 12:51:41 -0400 Subject: [PATCH] pyright: update to 1.1.401. --- srcpkgs/pyright/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyright/template b/srcpkgs/pyright/template index 1c76f9c92f1..c7e35554355 100644 --- a/srcpkgs/pyright/template +++ b/srcpkgs/pyright/template @@ -1,6 +1,6 @@ # Template file for 'pyright' pkgname=pyright -version=1.1.400 +version=1.1.401 revision=1 build_wrksrc="packages/pyright" hostmakedepends="nodejs python3-setuptools pkg-config" @@ -12,7 +12,7 @@ license="MIT" homepage="https://microsoft.github.io/pyright" changelog="https://github.com/microsoft/pyright/releases" distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz" -checksum=d620bb4db4ed350627ffde7b936df2957b11cfc3a660240c5daf66b031a04e7e +checksum=1dba1faa97584e9d0e5d36bfa1ba9e4cf1f7b054ad6478356bf68497ca40e086 case "$XBPS_TARGET_MACHINE" in i686*) broken="lerna doesn't support i686" ;;