python3Packages.libcst: 0.3.17 -> 0.3.18

This commit is contained in:
Sandro Jäckel 2021-04-05 04:55:58 +02:00
parent 60d4ac8280
commit 57c5c8826a

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