python37Packages.typed-ast: 1.3.4 -> 1.3.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-typed-ast/versions
This commit is contained in:
R. RyanTM 2019-05-12 16:34:58 -07:00
parent a80982b4c9
commit 1601dd9ca4

View File

@ -1,10 +1,10 @@
{ buildPythonPackage, fetchPypi, lib, pythonOlder }:
buildPythonPackage rec {
pname = "typed-ast";
version = "1.3.4";
version = "1.3.5";
src = fetchPypi{
inherit pname version;
sha256 = "68c362848d9fb71d3c3e5f43c09974a0ae319144634e7a47db62f0f2a54a7fa7";
sha256 = "1m7pr6qpana3cvqwiw7mlvrgvmw27ch5mx1592572xhlki8g85ak";
};
# Only works with Python 3.3 and newer;
disabled = pythonOlder "3.3";