python37Packages.nest-asyncio: 1.3.0 -> 1.3.2

This commit is contained in:
R. RyanTM 2020-04-07 06:19:48 +00:00 committed by Jon
parent f34ccf118c
commit 041c890c58

View File

@ -5,16 +5,16 @@
}:
buildPythonPackage rec {
version = "1.3.0";
version = "1.3.2";
pname = "nest_asyncio";
disabled = !(pythonAtLeast "3.5");
src = fetchPypi {
inherit pname version;
sha256 = "1cbd885n3sf4qg1dv3mk1ggr5ssk48yzrzssznr92dh53g04ly7g";
sha256 = "0l43k0lx7r6izancfhhg68x82mvws2di1a9w2y12l1a446vr9q8l";
};
# tests not packaged with source dist as of 1.3.0/1.3.0, and
# tests not packaged with source dist as of 1.3.2/1.3.2, and
# can't check tests out of GitHub easily without specific commit IDs (no tagged releases)
doCheck = false;
pythonImportsCheck = [ "nest_asyncio" ];