python37Packages.pika: 0.12.0 -> 0.13.0

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-pika/versions
This commit is contained in:
R. RyanTM 2019-01-27 06:50:35 -08:00 committed by worldofpeace
parent 2b39f17d08
commit c5f420381c

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "pika";
version = "0.12.0";
version = "0.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "306145b8683e016d81aea996bcaefee648483fc5a9eb4694bb488f54df54a751";
sha256 = "1104b0jm7qs9b211hw6siddflvf56ag4lfsjy6yfbczds4lxhf2k";
};
# Tests require twisted which is only availalble for python-2.x