Merge pull request #111025 from r-ryantm/auto-update/python3.7-amqp

python37Packages.amqp: 5.0.3 -> 5.0.5
This commit is contained in:
Mario Rodas 2021-01-28 23:27:17 -05:00 committed by GitHub
commit 494b012b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "amqp";
version = "5.0.3";
version = "5.0.5";
src = fetchPypi {
inherit pname version;
sha256 = "1733ebf713050504fd9d2ebc661f1fc95b3588f99ee87d2e39c84c27bfd815dc";
sha256 = "affdd263d8b8eb3c98170b78bf83867cdb6a14901d586e00ddb65bfe2f0c4e60";
};
propagatedBuildInputs = [ vine ];