Merge pull request #64118 from r-ryantm/auto-update/python3.7-aiorpcx

python37Packages.aiorpcx: 0.17.0 -> 0.18.3
This commit is contained in:
Joachim F 2019-07-11 14:07:15 +00:00 committed by GitHub
commit 336bfbd40d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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