python3Packages.nest_asyncio: 1.3.2 -> 1.3.3

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:52 +02:00
parent 672e172e8d
commit abe3c5e097

View File

@ -5,13 +5,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.3.2"; version = "1.3.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 = "0l43k0lx7r6izancfhhg68x82mvws2di1a9w2y12l1a446vr9q8l"; sha256 = "75dad56eaa7078e2e29c6630f114077fc5060069658d74545b0409e63ca8a028";
}; };
# 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