python37Packages.aiorun: 2019.11.1 -> 2020.1.3

This commit is contained in:
R. RyanTM 2020-02-01 22:08:12 +00:00
parent 6ea79d2707
commit 913cc56c44

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiorun"; pname = "aiorun";
version = "2019.11.1"; version = "2020.1.3";
format = "flit"; format = "flit";
disabled = isPy27; disabled = isPy27;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cjrh"; owner = "cjrh";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "04p3sci6af6qqfkcqamsqhmqqrigcwvl4bmx8yv5ppvkyq39pxi7"; sha256 = "0ka0pj6xr47j7rw6kd5mkrr5jyhn631pfpd95ig7vbln4434qnb4";
}; };
checkInputs = [ checkInputs = [