python3Packages.nest_asyncio: 1.4.2 -> 1.4.3
This commit is contained in:
parent
d550813ea1
commit
65ccb216f1
@ -5,13 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
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 = "c614fcfaca72b1f04778bc0e73f49c84500b3d045c49d149fc46f1566643c175";
|
sha256 = "eaa09ef1353ebefae19162ad423eef7a12166bcc63866f8bff8f3635353cd9fa";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests not packaged with source dist as of 1.3.2/1.3.2, and
|
# tests not packaged with source dist as of 1.3.2/1.3.2, and
|
||||||
|
Loading…
Reference in New Issue
Block a user