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 fa0e8ffa92)
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 { buildPythonPackage rec {
pname = "pika"; pname = "pika";
version = "0.13.0"; version = "1.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1104b0jm7qs9b211hw6siddflvf56ag4lfsjy6yfbczds4lxhf2k"; sha256 = "119lpjzw8wd7c6ikn35c0pvr3zzfy20rklpxdkcmp12wnf9i597v";
}; };
# Tests require twisted which is only availalble for python-2.x # Tests require twisted which is only availalble for python-2.x