File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/libcst Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323
2424buildPythonPackage rec {
2525 pname = "libcst" ;
26- version = "1.5.0 " ;
26+ version = "1.5.1 " ;
2727 pyproject = true ;
2828
2929 disabled = pythonOlder "3.9" ;
@@ -32,14 +32,14 @@ buildPythonPackage rec {
3232 owner = "Instagram" ;
3333 repo = "LibCST" ;
3434 rev = "refs/tags/v${ version } " ;
35- hash = "sha256-0r2xQ8QVmA4I6eZHBWd/U1fQ8nK5rdblIoMACudOYPY =" ;
35+ hash = "sha256-fveY4ah94pv9ImI36MNrrxTpZv/DtLb45pXm67L8/GA =" ;
3636 } ;
3737
3838 cargoDeps = rustPlatform . fetchCargoTarball {
3939 inherit src ;
4040 sourceRoot = "${ src . name } /${ cargoRoot } " ;
4141 name = "${ pname } -${ version } " ;
42- hash = "sha256-mexXuOsL1+F/GL2wMf/pwK7bJLFRgPtPSYE4W3E0VQ0 =" ;
42+ hash = "sha256-TcWGW1RF2se89BtvQHO+4BwnRMZ8ygqO3du9Q/gZi/Q =" ;
4343 } ;
4444
4545 cargoRoot = "native" ;
You can’t perform that action at this time.
0 commit comments