python3Packages.nest_asyncio: 1.5.1 -> 1.5.4

This commit is contained in:
Jonathan Ringer 2021-12-07 00:56:12 -08:00
parent 446f2f02cc
commit b3e743e833
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -5,13 +5,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.5.1"; version = "1.5.4";
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 = "afc5a1c515210a23c461932765691ad39e8eba6551c055ac8d5546e69250d0aa"; sha256 = "f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd";
}; };
# 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