summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiorpcx
diff options
context:
space:
mode:
authorarcnmx <arcnmx@users.noreply.github.com>2019-06-22 13:20:02 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-06-23 08:54:39 +0200
commit7d07263f750543304466ad0c92cdf3606acc7d8d (patch)
tree1b455eb4cda712e0746e7e7ba2971e153cff25cc /pkgs/development/python-modules/aiorpcx
parent1f46aaab1b679b4db0b78b3ee16c0978f0bf66aa (diff)
downloadnixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.tar
nixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.tar.gz
nixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.tar.bz2
nixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.tar.lz
nixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.tar.xz
nixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.tar.zst
nixpkgs-7d07263f750543304466ad0c92cdf3606acc7d8d.zip
Revert "python37Packages.aiorpcx: 0.17.0 -> 0.18.3"
This reverts commit 299996bc38da10452680ce1d1e18ab5db07387b7.
electrum, the only dependent package, failed to build with this.
Diffstat (limited to 'pkgs/development/python-modules/aiorpcx')
-rw-r--r--pkgs/development/python-modules/aiorpcx/default.nix4
1 files 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 ];