python311Packages.types-typed-ast: 1.5.8.4 -> 1.5.8.6

This commit is contained in:
Fabian Affolter 2023-05-05 23:39:53 +02:00
parent d27b845c7b
commit 0c4b0cbe3b

View file

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