Merge pull request #61211 from dtzWill/update/electrum-3.3.5

electrum: 3.3.4 -> 3.3.5 (not your typical version bump)
This commit is contained in:
Joachim F
2019-05-11 14:45:40 +00:00
committed by GitHub
2 changed files with 31 additions and 10 deletions

View File

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