python: typed-ast: 1.3.1 -> 1.3.4

This commit is contained in:
Frederik Rietdijk 2019-04-24 18:42:50 +02:00
parent abd8d9ba6b
commit eb91d07316

View file

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