Merge pull request #160797 from SuperSandro2000/python39Packages.typed-ast

authored by Sandro and committed by GitHub e2955b34 3be10edd

+2 -2
+2 -2
pkgs/development/python-modules/typed-ast/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "typed-ast"; 10 - version = "1.5.1"; 10 + version = "1.5.2"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; ··· 16 16 owner = "python"; 17 17 repo = "typed_ast"; 18 18 rev = version; 19 - hash = "sha256-qfXMT+rSf/WcWHpkg4VZXZMYj/5IKQWAKRsxQ0TRzPU="; 19 + hash = "sha256-Ul1FIS1a1f8l3tX+m8Bj/LsLQW1sXJv6XzEZ9zh8rfI="; 20 20 }; 21 21 22 22 checkInputs = [