python38Packages.aiorpcx: 0.18.3 -> 0.18.4

This commit is contained in:
R. RyanTM 2019-11-28 15:56:59 -08:00 committed by Frederik Rietdijk
parent aaa190d054
commit ca2e5a1562

View File

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