##// END OF EJS Templates
dependencies: bumped amqp to 2.3.0
marcink -
r2763:21b97ff1 default
parent child Browse files
Show More
@@ -16,13 +16,13 b''
16 16 };
17 17 };
18 18 amqp = super.buildPythonPackage {
19 name = "amqp-2.2.2";
19 name = "amqp-2.3.0";
20 20 buildInputs = with self; [];
21 21 doCheck = false;
22 22 propagatedBuildInputs = with self; [vine];
23 23 src = fetchurl {
24 url = "https://files.pythonhosted.org/packages/e0/70/9ab9ccd8247fb7d2adb717e9f6a0ed358c9e1ab2c349048b0352f9e80ee2/amqp-2.2.2.tar.gz";
25 sha256 = "cba1ace9d4ff6049b190d8b7991f9c1006b443a5238021aca96dd6ad2ac9da22";
24 url = "https://files.pythonhosted.org/packages/2e/88/a97a736f09cf555ef8769fa3631a2872de5270ef6a8102429535339e33f6/amqp-2.3.0.tar.gz";
25 sha256 = "b17591ceb27192195f00c04e848dd4fcda2dc72a8eb27ea3ffa899299679c185";
26 26 };
27 27 meta = {
28 28 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -2,7 +2,7 b''
2 2 setuptools==39.2.0
3 3 setuptools-scm==1.15.6
4 4
5 amqp==2.2.2
5 amqp==2.3.0
6 6 authomatic==0.1.0.post1
7 7 babel==1.3
8 8 beaker==1.9.1
General Comments 0
You need to be logged in to leave comments. Login now