python310Packages.aioconsole: 0.3.3 -> 0.4.0

This commit is contained in:
R. Ryantm 2022-01-28 01:14:12 +00:00 committed by Jonathan Ringer
parent 6db3ef2228
commit 50b04db0c0

View file

@ -16,7 +16,7 @@
# wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec {
pname = "aioconsole";
version = "0.3.3";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "vxgmichel";
repo = pname;
rev = "v${version}";
sha256 = "1hjdhj1y9xhq1i36r7g2lccsicbvgm7lzkyrxygs16dw11ah46mx";
sha256 = "185lzyqimi02l6q9dazkps7nlj08lf9l730ndyk59470jivccc21";
};
checkInputs = [