Show More
@@ -393,13 +393,13 b'' | |||||
393 | }; |
|
393 | }; | |
394 | }; |
|
394 | }; | |
395 | bleach = super.buildPythonPackage { |
|
395 | bleach = super.buildPythonPackage { | |
396 |
name = "bleach-2.1. |
|
396 | name = "bleach-2.1.3"; | |
397 | buildInputs = with self; []; |
|
397 | buildInputs = with self; []; | |
398 | doCheck = false; |
|
398 | doCheck = false; | |
399 | propagatedBuildInputs = with self; [six html5lib]; |
|
399 | propagatedBuildInputs = with self; [six html5lib]; | |
400 | src = fetchurl { |
|
400 | src = fetchurl { | |
401 |
url = "https://files.pythonhosted.org/packages/b |
|
401 | url = "https://files.pythonhosted.org/packages/eb/ea/58428609442130dc31d3a59010bf6cbd263a16c589d01d23b7c1e6997e3b/bleach-2.1.3.tar.gz"; | |
402 | sha256 = "38fc8cbebea4e787d8db55d6f324820c7f74362b70db9142c1ac7920452d1a19"; |
|
402 | sha256 = "eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44"; | |
403 | }; |
|
403 | }; | |
404 | meta = { |
|
404 | meta = { | |
405 | license = [ pkgs.lib.licenses.asl20 ]; |
|
405 | license = [ pkgs.lib.licenses.asl20 ]; |
@@ -99,7 +99,7 b' zope.interface==4.5.0' | |||||
99 | # entrypoints backport, pypi version doesn't support egg installs |
|
99 | # entrypoints backport, pypi version doesn't support egg installs | |
100 | https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1 |
|
100 | https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1 | |
101 | nbconvert==5.3.1 |
|
101 | nbconvert==5.3.1 | |
102 |
bleach==2.1. |
|
102 | bleach==2.1.3 | |
103 | nbformat==4.4.0 |
|
103 | nbformat==4.4.0 | |
104 | jupyter_client==5.0.0 |
|
104 | jupyter_client==5.0.0 | |
105 |
|
105 |
General Comments 0
You need to be logged in to leave comments.
Login now