Unverified Commit 0e655551 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462)

parents a41b9471 5669da4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];