3
0
Fork 0
forked from mirrors/nixpkgs

python: aioconsole: 0.1.9 -> 0.1.10

This commit is contained in:
Frederik Rietdijk 2018-07-26 13:08:50 +02:00
parent ac21188b6e
commit e328e5c5e2

View file

@ -10,11 +10,11 @@
# wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec {
pname = "aioconsole";
version = "0.1.9";
version = "0.1.10";
src = fetchPypi {
inherit pname version;
sha256 = "f263eb4f5eaee9f5e86f7b34fea3b50b3a4ff77b9f23ffcd3c4cb204c3b3fccc";
sha256 = "3fab07073648d70d8345e0eb745bd81fcd02b5e2b080c4663faea8c8ab281c0a";
};
# hardcodes a test dependency on an old version of pytest-asyncio