python37Packages.aioconsole: 0.2.1 -> 0.3.0
This commit is contained in:
parent
40f6b5b66a
commit
8711da60ba
@ -10,11 +10,11 @@
|
|||||||
# 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.2.1";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1l61zv6qq94ybqz7s8ag3h08dsh7jds6n2mgd43s7m8gbiy00ggn";
|
sha256 = "b84724e6b93d1306a909974864df377236cf4bab8e0594096fed7936207205c5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# hardcodes a test dependency on an old version of pytest-asyncio
|
# hardcodes a test dependency on an old version of pytest-asyncio
|
||||||
|
Loading…
Reference in New Issue
Block a user