python3Packages.nest_asyncio: 1.4.0 -> 1.4.1

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:53 +01:00 committed by Jonathan Ringer
parent 06ef5238ac
commit bf935d15e3

View File

@ -5,13 +5,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.4.0"; version = "1.4.1";
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 = "1j2rbb31wdq9k15cmj2y0kypzvfc3v05py1n0809nmqlpi5hawsp"; sha256 = "b86c3193abda5b2eeccf8c79894bc71c680369a178f4b068514ac00720b14e01";
}; };
# 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