Merge pull request #66095 from r-ryantm/auto-update/python3.7-pika

python37Packages.pika: 1.0.1 -> 1.1.0
This commit is contained in:
Mario Rodas 2019-08-05 19:36:45 -05:00 committed by GitHub
commit 0112070df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "pika";
version = "1.0.1";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "5ba83d3daffccb92788d24facdab62a3db6aa03b8a6d709b03dc792d35c0dfe8";
sha256 = "1gqx9avb9nwgiyw5nz08bf99v9b0hvzr1pmqn9wbhd2hnsj6p9wz";
};
# Tests require twisted which is only availalble for python-2.x