python3Packages.libcst: 0.3.17 -> 0.3.18
This commit is contained in:
parent
60d4ac8280
commit
57c5c8826a
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "libcst";
|
pname = "libcst";
|
||||||
version = "0.3.17";
|
version = "0.3.18";
|
||||||
|
|
||||||
# Some files for tests missing from PyPi
|
# Some files for tests missing from PyPi
|
||||||
# https://github.com/Instagram/LibCST/issues/331
|
# https://github.com/Instagram/LibCST/issues/331
|
||||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
owner = "instagram";
|
owner = "instagram";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mlSeB9OjCiUVYwcPYNrQdlfcj9DV/+wqVWt91uFsQsU=";
|
sha256 = "sha256-19yGaKBLpGASSPv/aSX0kx9lh2JxKExHJDKKtuBbuqI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
Loading…
Reference in New Issue
Block a user