python37Packages.typed-ast: 1.4.0 -> 1.4.1
This commit is contained in:
parent
ced8ec8488
commit
ea25fc1793
@ -1,12 +1,12 @@
|
|||||||
{ buildPythonPackage, fetchFromGitHub, lib, pythonOlder }:
|
{ buildPythonPackage, fetchFromGitHub, lib, pythonOlder }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "typed-ast";
|
pname = "typed-ast";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
src = fetchFromGitHub{
|
src = fetchFromGitHub{
|
||||||
owner = "python";
|
owner = "python";
|
||||||
repo = "typed_ast";
|
repo = "typed_ast";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb";
|
sha256 = "086r9qhls6mz1w72a6d1ld3m4fbkxklf6mgwbs8wpw0zlxjm7y40";
|
||||||
};
|
};
|
||||||
# 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…
x
Reference in New Issue
Block a user