python3Packages.aiorpcx: 0.10.5 -> 0.17.0 (electrum dep)
This commit is contained in:
parent
01361a1791
commit
ae98b68b62
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiorpcx";
|
pname = "aiorpcx";
|
||||||
version = "0.10.5";
|
version = "0.17.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "aiorpcX";
|
pname = "aiorpcX";
|
||||||
sha256 = "0c4kan020s09ap5qai7p1syxjz2wk6g9ydhxj6fc35s4103x7b91";
|
sha256 = "14np5r75rs0v45vsv20vbzmnv3qisvm9mdllj1j9s1633cvcik0k";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ attrs ];
|
propagatedBuildInputs = [ attrs ];
|
||||||
|
Loading…
Reference in New Issue
Block a user