python310Packages.types-typed-ast: 1.5.8.1 -> 1.5.8.3

This commit is contained in:
Fabian Affolter 2022-12-19 09:42:47 +01:00
parent 49836f4b8d
commit 0e23c91f08

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-typed-ast";
version = "1.5.8.1";
version = "1.5.8.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-9kwV7ATAkRgZrEwP0AUnlRMgAfv16iPR1+T+rX3km/w=";
hash = "sha256-OmK8JRaPi0TOdOERT5+8Luh9bpbjiAy+85qtlSJVW04=";
};
# Module doesn't have tests