python3Packages.amqp: 5.0.9 -> 5.1.0

This commit is contained in:
Martin Weinelt 2022-03-31 01:02:16 +02:00
parent c626f499ba
commit 0a6fd87270

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "amqp";
version = "5.0.9";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Hl9wdCTlRAeMoZbnKuahSIfOdOAr0Sa+VLfAPJcb7xg=";
hash = "sha256-RGs+io68LOr9Qk/8qrHDU4MNSBYSVleO16ZUSOYB6+0=";
};
propagatedBuildInputs = [