Merge pull request #61406 from r-ryantm/auto-update/python3.7-typed-ast

python37Packages.typed-ast: 1.3.4 -> 1.3.5
This commit is contained in:
Renaud 2019-05-14 00:17:17 +02:00 committed by GitHub
commit 3c1044ae99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";