Merge pull request #63377 from r-ryantm/auto-update/python3.7-kombu

python37Packages.kombu: 4.5.0 -> 4.6.3
This commit is contained in:
Mario Rodas 2019-06-18 18:10:03 -05:00 committed by GitHub
commit ba16a39aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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