python312Packages.amqp: 5.2.0 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-11-12 15:21:39 +00:00
parent 23bb92fdae
commit 5669da4b89
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "amqp";
version = "5.2.0";
version = "5.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oez/QlrQY61CpIbJAoB9FIIxFIHIrZWnJpSyl1519/0=";
hash = "sha256-ET5mMQai+wEjyQMNQr85WbliSSg/8UI6sH9crQYtNvc=";
};
propagatedBuildInputs = [ vine ];