python37Packages.aioconsole: 0.1.10 -> 0.1.11

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aioconsole/versions
This commit is contained in:
R. RyanTM 2018-12-14 16:09:19 -08:00 committed by Frederik Rietdijk
parent 28fdb4eb11
commit 4b06edd148

View File

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