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-22 13:20:02 -07:00 committed by Frederik Rietdijk
parent 1f46aaab1b
commit 7d07263f75

View File

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