python37Packages.typed-ast: 1.4.0 -> 1.4.1

This commit is contained in:
Mario Rodas 2020-07-25 04:20:00 -05:00 committed by Frederik Rietdijk
parent ced8ec8488
commit ea25fc1793

View file

@ -1,12 +1,12 @@
{ buildPythonPackage, fetchFromGitHub, lib, pythonOlder }:
buildPythonPackage rec {
pname = "typed-ast";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub{
owner = "python";
repo = "typed_ast";
rev = version;
sha256 = "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb";
sha256 = "086r9qhls6mz1w72a6d1ld3m4fbkxklf6mgwbs8wpw0zlxjm7y40";
};
# Only works with Python 3.3 and newer;
disabled = pythonOlder "3.3";