python3Packages.aiorpcx: 0.10.5 -> 0.17.0 (electrum dep)

This commit is contained in:
Will Dietz 2019-05-09 15:17:48 -05:00
parent 01361a1791
commit ae98b68b62
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiorpcx"; pname = "aiorpcx";
version = "0.10.5"; version = "0.17.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "aiorpcX"; pname = "aiorpcX";
sha256 = "0c4kan020s09ap5qai7p1syxjz2wk6g9ydhxj6fc35s4103x7b91"; sha256 = "14np5r75rs0v45vsv20vbzmnv3qisvm9mdllj1j9s1633cvcik0k";
}; };
propagatedBuildInputs = [ attrs ]; propagatedBuildInputs = [ attrs ];