Revert "python37Packages.aiorpcx: 0.17.0 -> 0.18.3"

This reverts commit 299996bc38.
electrum, the only dependent package, failed to build with this.
This commit is contained in:
arcnmx
2019-06-23 08:54:39 +02:00
committed by Frederik Rietdijk
parent 1f46aaab1b
commit 7d07263f75
@@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiorpcx"; pname = "aiorpcx";
version = "0.18.3"; version = "0.17.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "aiorpcX"; pname = "aiorpcX";
sha256 = "0k545hc7wl6sh1svydzbv6x7sx5pig2pqkl3yxs9riwmvzawx9xp"; sha256 = "14np5r75rs0v45vsv20vbzmnv3qisvm9mdllj1j9s1633cvcik0k";
}; };
propagatedBuildInputs = [ attrs ]; propagatedBuildInputs = [ attrs ];