Show More
@@ -16,13 +16,13 b'' | |||
|
16 | 16 | }; |
|
17 | 17 | }; |
|
18 | 18 | amqp = super.buildPythonPackage { |
|
19 |
name = "amqp-2.3. |
|
|
19 | name = "amqp-2.3.1"; | |
|
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/2 |
|
|
25 | sha256 = "b17591ceb27192195f00c04e848dd4fcda2dc72a8eb27ea3ffa899299679c185"; | |
|
24 | url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz"; | |
|
25 | sha256 = "408b131bf8d0e19d3926a6682dc0ed6dc561aade5e0a173162c76657e1b68e72"; | |
|
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