python37Packages.aiorpcx: 0.10.4 -> 0.10.5 (#57380)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aiorpcx/versions
This commit is contained in:
R. RyanTM 2019-03-12 14:55:23 -07:00 committed by xeji
parent 6195532a0b
commit 5b0502dc85

View file

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