python3Packages.libcst: 1.8.2 -> 1.8.4

Diff: https://github.com/Instagram/LibCST/compare/v1.8.2...v1.8.4

Changelog: https://github.com/Instagram/LibCST/blob/v1.8.4/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-09-19 06:25:09 -07:00
parent 68774bdff8
commit c72406cdad

View File

@@ -22,14 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "libcst"; pname = "libcst";
version = "1.8.2"; version = "1.8.4";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Instagram"; owner = "Instagram";
repo = "LibCST"; repo = "LibCST";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-DsbigWFFYmucOa3uHdvMFd4nbgwKLzRVdI6SjUUdFWU="; hash = "sha256-OSLaEIfFM/uU3GkcVpvbeesqzr+qXa/BgkDEan7Ybkg=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
src src
cargoRoot cargoRoot
; ;
hash = "sha256-dwqs9hXedX1jJJANyZ8nMivZBrLcMAi5NMJscW3oSdQ="; hash = "sha256-F/TaKZpynaCwXU0YvvuTEh5/pvMOpKur7wMSE7dtgNo=";
}; };
cargoRoot = "native"; cargoRoot = "native";