python3Packages.types-typed-ast: 1.5.8.3 -> 1.5.8.4

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:57 +01:00
parent 08d0720b15
commit c998552f7d

View File

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