python311Packages.amqp: 5.1.1 -> 5.2.0

This commit is contained in:
Fabian Affolter 2023-11-06 08:31:49 +01:00
parent 301a784da0
commit bf6b60a5da

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "amqp";
version = "5.1.1";
version = "5.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-LBsT/swIk+lGxly9XzZCeGHP+k6iIB2Pb8oi4qNzteI=";
hash = "sha256-oez/QlrQY61CpIbJAoB9FIIxFIHIrZWnJpSyl1519/0=";
};
propagatedBuildInputs = [