python37Packages.kombu: 4.5.0 -> 4.6.3

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-kombu/versions
This commit is contained in:
R. RyanTM 2019-06-17 12:57:04 -07:00 committed by Mario Rodas
parent 5a74f84536
commit 3c26feda9d
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "kombu";
version = "4.5.0";
version = "4.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "389ba09e03b15b55b1a7371a441c894fd8121d174f5583bbbca032b9ea8c9edd";
sha256 = "eb365ea795cd7e629ba2f1f398e0c3ba354b91ef4de225ffdf6ab45fdfc7d581";
};
postPatch = ''