From 7d07263f750543304466ad0c92cdf3606acc7d8d Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sat, 22 Jun 2019 13:20:02 -0700 Subject: [PATCH] Revert "python37Packages.aiorpcx: 0.17.0 -> 0.18.3" This reverts commit 299996bc38da10452680ce1d1e18ab5db07387b7. electrum, the only dependent package, failed to build with this. --- pkgs/development/python-modules/aiorpcx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiorpcx/default.nix b/pkgs/development/python-modules/aiorpcx/default.nix index 6350e3f0441..a5f54d8e96c 100644 --- a/pkgs/development/python-modules/aiorpcx/default.nix +++ b/pkgs/development/python-modules/aiorpcx/default.nix @@ -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 ];