python3Packages.aioconsole: 0.3.0 -> 0.3.1

This commit is contained in:
Frederik Rietdijk 2020-11-04 15:04:21 +01:00 committed by Jonathan Ringer
parent e95b156a0f
commit 08efaed39d
1 changed files with 2 additions and 2 deletions
pkgs/development/python-modules/aioconsole

View File

@ -10,12 +10,12 @@
# wrapped to be able to find aioconsole and any other packages. # wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioconsole"; pname = "aioconsole";
version = "0.3.0"; version = "0.3.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b84724e6b93d1306a909974864df377236cf4bab8e0594096fed7936207205c5"; sha256 = "7c038bb40b7690bf5be6b17154830b7bff25e7be1c02d8420a346c3efbd5d8e5";
}; };
# hardcodes a test dependency on an old version of pytest-asyncio # hardcodes a test dependency on an old version of pytest-asyncio