dependencies: bumped beaker to 1.9.1

This commit is contained in:
Marcin Kuzminski 2018-04-09 22:56:41 +02:00
parent 5bca24da13
commit a808fedf2d
2 changed files with 4 additions and 4 deletions

View file

@ -16,13 +16,13 @@
};
};
Beaker = super.buildPythonPackage {
name = "Beaker-1.9.0";
name = "Beaker-1.9.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [funcsigs];
src = fetchurl {
url = "https://pypi.python.org/packages/93/b2/12de6937b06e9615dbb3cb3a1c9af17f133f435bdef59f4ad42032b6eb49/Beaker-1.9.0.tar.gz";
md5 = "38b3fcdfa24faf97c6cf66991eb54e9c";
url = "https://pypi.python.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
md5 = "46fda0a164e2b0d24ccbda51a2310301";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];

View file

@ -5,7 +5,7 @@ setuptools-scm==1.15.6
amqp==2.2.2
authomatic==0.1.0.post1
Babel==1.3
Beaker==1.9.0
Beaker==1.9.1
celery==4.1.0
Chameleon==2.24
channelstream==0.5.2