python3Packages.types-typed-ast: 1.5.1 -> 1.5.2

This commit is contained in:
Jonathan Ringer 2022-01-13 16:59:06 -08:00 committed by Martin Weinelt
parent f4df88d1c9
commit e8213b3ad2

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-typed-ast";
version = "1.5.1";
version = "1.5.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-UQ876qlUkrNUTWfoFYGvopA8dktwiJ/82yhubGJn0pc=";
hash = "sha256-bY/S6pCDbLQxEayKrnzYZOCYWTyT7M66kP5G1rewxz4=";
};
# Module doesn't have tests