Skip to content

Commit 2231a3a

Browse files
authored
python3Packages.libcst: 1.8.5 -> 1.8.6 (#460379)
2 parents f18a26b + 12aea66 commit 2231a3a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pkgs/development/python-modules/libcst/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "libcst";
25-
version = "1.8.5";
25+
version = "1.8.6";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "Instagram";
3030
repo = "LibCST";
3131
tag = "v${version}";
32-
hash = "sha256-4FFkxy8UrLOXuZwvGvGQNZGtY27yLtiTWAzTbxLm3Eo=";
32+
hash = "sha256-AJm3grS+I/NXZ8ame4rmHPOxRHGO0Ofo35RtSDO2tyI=";
3333
};
3434

3535
cargoDeps = rustPlatform.fetchCargoVendor {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939
src
4040
cargoRoot
4141
;
42-
hash = "sha256-eFdcyqzH7meF4kIVT2qhbKVxEB6KtZVEONMgYw4sBew=";
42+
hash = "sha256-7/Yf2yn7wjW0CDG1Ha3SsvOIytbU1bJCpR9WFAFiPEA=";
4343
};
4444

4545
cargoRoot = "native";
@@ -77,6 +77,8 @@ buildPythonPackage rec {
7777
"TypeInferenceProviderTest"
7878
# we'd need to run `python -m libcst.codegen.generate all` but shouldn't modify $out
7979
"test_codegen_clean_visitor_functions"
80+
"test_codegen_clean_matcher_classes"
81+
"test_codegen_clean_return_types"
8082
];
8183

8284
# circular dependency on hypothesmith and ufmt

0 commit comments

Comments
 (0)