python37Packages.nest-asyncio: 1.2.1 -> 1.2.2
This commit is contained in:
parent
6ea79d2707
commit
a5a153e489
@ -5,16 +5,16 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
pname = "nest_asyncio";
|
pname = "nest_asyncio";
|
||||||
disabled = !(pythonAtLeast "3.5");
|
disabled = !(pythonAtLeast "3.5");
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7d4d7c1ca2aad0e5c2706d0222c8ff006805abfd05caa97e6127c8811d0f6adc";
|
sha256 = "06hw495yqg60j738jp3qaxryhyrs36lpgmblf1sm2m2c3mgm92p5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests not packaged with source dist as of 1.2.1/1.2.2, and
|
# tests not packaged with source dist as of 1.2.2/1.2.2, and
|
||||||
# can't check tests out of GitHub easily without specific commit IDs (no tagged releases)
|
# can't check tests out of GitHub easily without specific commit IDs (no tagged releases)
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = [ "nest_asyncio" ];
|
pythonImportsCheck = [ "nest_asyncio" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user