dependencies: bumped amqp to 2.3.1
This commit is contained in:
parent
3a3b980003
commit
a67bf9ced2
2 changed files with 4 additions and 4 deletions
|
|
@ -16,13 +16,13 @@
|
|||
};
|
||||
};
|
||||
amqp = super.buildPythonPackage {
|
||||
name = "amqp-2.3.0";
|
||||
name = "amqp-2.3.1";
|
||||
buildInputs = with self; [];
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [vine];
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/2e/88/a97a736f09cf555ef8769fa3631a2872de5270ef6a8102429535339e33f6/amqp-2.3.0.tar.gz";
|
||||
sha256 = "b17591ceb27192195f00c04e848dd4fcda2dc72a8eb27ea3ffa899299679c185";
|
||||
url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz";
|
||||
sha256 = "408b131bf8d0e19d3926a6682dc0ed6dc561aade5e0a173162c76657e1b68e72";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.bsdOriginal ];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
setuptools==39.2.0
|
||||
setuptools-scm==1.15.6
|
||||
|
||||
amqp==2.3.0
|
||||
amqp==2.3.1
|
||||
authomatic==0.1.0.post1
|
||||
babel==1.3
|
||||
beaker==1.9.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue