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 {
pname = "aiorpcx";
version = "0.10.5";
version = "0.17.0";
src = fetchPypi {
inherit version;
pname = "aiorpcX";
sha256 = "0c4kan020s09ap5qai7p1syxjz2wk6g9ydhxj6fc35s4103x7b91";
sha256 = "14np5r75rs0v45vsv20vbzmnv3qisvm9mdllj1j9s1633cvcik0k";
};
propagatedBuildInputs = [ attrs ];