Skip to content

Commit a056552

Browse files
authored
python312Packages.libcst: 1.5.0 -> 1.5.1 (#357874)
2 parents 7fd4e5f + d874197 commit a056552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
buildPythonPackage 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";

0 commit comments

Comments
 (0)