python3Packages.typing_inspect: 0.6.0 -> 0.7.1

This commit is contained in:
Martin Weinelt 2021-06-17 05:22:28 +02:00
parent 961cae37ed
commit ddbe106934
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "typing-inspect";
version = "0.6.0";
version = "0.7.1";
src = fetchPypi {
inherit version;
pname = "typing_inspect";
sha256 = "1dzs9a1pr23dhbvmnvms2jv7l7jk26023g5ysf0zvnq8b791s6wg";
sha256 = "1al2lyi3r189r5xgw90shbxvd88ic4si9w7n3d9lczxiv6bl0z84";
};
propagatedBuildInputs = [
@ -26,6 +26,5 @@ buildPythonPackage rec {
homepage = "https://github.com/ilevkivskyi/typing_inspect";
license = licenses.mit;
maintainers = with maintainers; [ albakham ];
broken = isPy39; # see https://github.com/ilevkivskyi/typing_inspect/issues/65
};
}