Merge pull request #146046 from r-ryantm/auto-update/python38Packages.kombu

python38Packages.kombu: 5.1.0 -> 5.2.1
This commit is contained in:
Mario Rodas 2021-11-15 21:58:18 -05:00 committed by GitHub
commit 6b1f63190a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "kombu";
version = "5.1.0";
version = "5.2.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "01481d99f4606f6939cdc9b637264ed353ee9e3e4f62cfb582324142c41a572d";
sha256 = "f262a2adc71b53e5b7dad4933bbdee65d8766ca4df6a9043b13edaad2144aaec";
};
propagatedBuildInputs = [