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:
commit
3c1044ae99
@ -1,10 +1,10 @@
|
|||||||
{ buildPythonPackage, fetchPypi, lib, pythonOlder }:
|
{ buildPythonPackage, fetchPypi, lib, pythonOlder }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "typed-ast";
|
pname = "typed-ast";
|
||||||
version = "1.3.4";
|
version = "1.3.5";
|
||||||
src = fetchPypi{
|
src = fetchPypi{
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "68c362848d9fb71d3c3e5f43c09974a0ae319144634e7a47db62f0f2a54a7fa7";
|
sha256 = "1m7pr6qpana3cvqwiw7mlvrgvmw27ch5mx1592572xhlki8g85ak";
|
||||||
};
|
};
|
||||||
# Only works with Python 3.3 and newer;
|
# Only works with Python 3.3 and newer;
|
||||||
disabled = pythonOlder "3.3";
|
disabled = pythonOlder "3.3";
|
||||||
|
Loading…
Reference in New Issue
Block a user