python: amqp: 2.5.1 -> 2.5.2

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:02 +02:00
parent 399194531f
commit 8d3a4e1ec9

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "amqp";
version = "2.5.1";
version = "2.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "0s2yxnnhhx9hww0n33yn22q6sgnbd6n2nw92050qv2qpc3i1ga8r";
sha256 = "77f1aef9410698d20eaeac5b73a87817365f457a507d82edf292e12cbb83b08d";
};
checkInputs = [ pytest case pytest-sugar ];