diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -16,13 +16,13 @@ }; }; amqp = super.buildPythonPackage { - name = "amqp-2.2.2"; + name = "amqp-2.3.0"; buildInputs = with self; []; doCheck = false; propagatedBuildInputs = with self; [vine]; src = fetchurl { - url = "https://files.pythonhosted.org/packages/e0/70/9ab9ccd8247fb7d2adb717e9f6a0ed358c9e1ab2c349048b0352f9e80ee2/amqp-2.2.2.tar.gz"; - sha256 = "cba1ace9d4ff6049b190d8b7991f9c1006b443a5238021aca96dd6ad2ac9da22"; + url = "https://files.pythonhosted.org/packages/2e/88/a97a736f09cf555ef8769fa3631a2872de5270ef6a8102429535339e33f6/amqp-2.3.0.tar.gz"; + sha256 = "b17591ceb27192195f00c04e848dd4fcda2dc72a8eb27ea3ffa899299679c185"; }; meta = { license = [ pkgs.lib.licenses.bsdOriginal ]; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ setuptools==39.2.0 setuptools-scm==1.15.6 -amqp==2.2.2 +amqp==2.3.0 authomatic==0.1.0.post1 babel==1.3 beaker==1.9.1