python37Packages.pika: 0.13.0 -> 1.0.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

(cherry picked from commit fa0e8ffa9274ea5f869e1c57b718b49b474cd522)
This commit is contained in:
R. RyanTM 2019-04-02 09:33:37 -07:00 committed by Matthias Beyer
parent d386f0d1d3
commit 1eb641d9c1

View file

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