From 12aea66d5e2fa9d27b5190e5e732d9cf29e753a8 Mon Sep 17 00:00:00 2001 From: Benjamin Sparks Date: Mon, 10 Nov 2025 16:21:19 +0100 Subject: [PATCH] python3Packages.libcst: 1.8.5 -> 1.8.6 --- pkgs/development/python-modules/libcst/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/libcst/default.nix b/pkgs/development/python-modules/libcst/default.nix index 7f6e9fc13ef1..ecb9fa3e0a28 100644 --- a/pkgs/development/python-modules/libcst/default.nix +++ b/pkgs/development/python-modules/libcst/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "libcst"; - version = "1.8.5"; + version = "1.8.6"; pyproject = true; src = fetchFromGitHub { owner = "Instagram"; repo = "LibCST"; tag = "v${version}"; - hash = "sha256-4FFkxy8UrLOXuZwvGvGQNZGtY27yLtiTWAzTbxLm3Eo="; + hash = "sha256-AJm3grS+I/NXZ8ame4rmHPOxRHGO0Ofo35RtSDO2tyI="; }; cargoDeps = rustPlatform.fetchCargoVendor { @@ -39,7 +39,7 @@ buildPythonPackage rec { src cargoRoot ; - hash = "sha256-eFdcyqzH7meF4kIVT2qhbKVxEB6KtZVEONMgYw4sBew="; + hash = "sha256-7/Yf2yn7wjW0CDG1Ha3SsvOIytbU1bJCpR9WFAFiPEA="; }; cargoRoot = "native"; @@ -77,6 +77,8 @@ buildPythonPackage rec { "TypeInferenceProviderTest" # we'd need to run `python -m libcst.codegen.generate all` but shouldn't modify $out "test_codegen_clean_visitor_functions" + "test_codegen_clean_matcher_classes" + "test_codegen_clean_return_types" ]; # circular dependency on hypothesmith and ufmt