Show More
@@ -16,13 +16,13 b'' | |||
|
16 | 16 | }; |
|
17 | 17 | }; |
|
18 | 18 | amqp = super.buildPythonPackage { |
|
19 |
name = "amqp-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 |
|
|
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 ]; |
General Comments 0
You need to be logged in to leave comments.
Login now