Show More
@@ -406,13 +406,13 b'' | |||||
406 | }; |
|
406 | }; | |
407 | }; |
|
407 | }; | |
408 | bleach = super.buildPythonPackage { |
|
408 | bleach = super.buildPythonPackage { | |
409 |
name = "bleach-2.1. |
|
409 | name = "bleach-2.1.2"; | |
410 | buildInputs = with self; []; |
|
410 | buildInputs = with self; []; | |
411 | doCheck = false; |
|
411 | doCheck = false; | |
412 | propagatedBuildInputs = with self; [six html5lib]; |
|
412 | propagatedBuildInputs = with self; [six html5lib]; | |
413 | src = fetchurl { |
|
413 | src = fetchurl { | |
414 |
url = "https://pypi.python.org/packages/d |
|
414 | url = "https://pypi.python.org/packages/b3/5f/0da670d30d3ffbc57cc97fa82947f81bbe3eab8d441e2d42e661f215baf2/bleach-2.1.2.tar.gz"; | |
415 | md5 = "7c5dfb1d66ea979b5a465afb12c82ec4"; |
|
415 | md5 = "d0b14ae43a437ee0c650e04c6063eedd"; | |
416 | }; |
|
416 | }; | |
417 | meta = { |
|
417 | meta = { | |
418 | license = [ pkgs.lib.licenses.asl20 ]; |
|
418 | license = [ pkgs.lib.licenses.asl20 ]; |
@@ -98,7 +98,7 b' zope.interface==4.1.3' | |||||
98 | # entrypoints backport, pypi version doesn't support egg installs |
|
98 | # entrypoints backport, pypi version doesn't support egg installs | |
99 | https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1 |
|
99 | https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1 | |
100 | nbconvert==5.3.1 |
|
100 | nbconvert==5.3.1 | |
101 |
bleach==2.1. |
|
101 | bleach==2.1.2 | |
102 | nbformat==4.4.0 |
|
102 | nbformat==4.4.0 | |
103 | jupyter_client==5.0.0 |
|
103 | jupyter_client==5.0.0 | |
104 |
|
104 |
General Comments 0
You need to be logged in to leave comments.
Login now