Merge pull request #118540 from SuperSandro2000/python3Packages.libcst

python3Packages.libcst: 0.3.17 -> 0.3.18
This commit is contained in:
Sandro 2021-04-05 07:14:55 +02:00 committed by GitHub
commit f3bd4da2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "libcst";
version = "0.3.17";
version = "0.3.18";
# Some files for tests missing from PyPi
# https://github.com/Instagram/LibCST/issues/331
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "instagram";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mlSeB9OjCiUVYwcPYNrQdlfcj9DV/+wqVWt91uFsQsU=";
sha256 = "sha256-19yGaKBLpGASSPv/aSX0kx9lh2JxKExHJDKKtuBbuqI=";
};
disabled = pythonOlder "3.6";