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

python37Packages.amqp: 2.4.2 -> 2.5.0
This commit is contained in:
Mario Rodas
2019-06-02 11:05:10 -05:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "amqp";
version = "2.4.2";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "043beb485774ca69718a35602089e524f87168268f0d1ae115f28b88d27f92d7";
sha256 = "1j1046gcriidsfha0hvrw6hwcm0wrhbvg0prjjji5inaadyzidnb";
};
checkInputs = [ pytest case pytest-sugar ];