Merge pull request from r-ryantm/auto-update/python38Packages.aioconsole

python38Packages.aioconsole: 0.3.2 -> 0.3.3
This commit is contained in:
Mario Rodas 2021-11-14 21:20:55 -05:00 committed by GitHub
commit d8b3956b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
# 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.2"; version = "0.3.3";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vxgmichel"; owner = "vxgmichel";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0bximaalakw1dxan1lxar33l8hnmxqn0fg62hmdmprmra72z4bm8"; sha256 = "1hjdhj1y9xhq1i36r7g2lccsicbvgm7lzkyrxygs16dw11ah46mx";
}; };
checkInputs = [ checkInputs = [