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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user