##// END OF EJS Templates
dependencies: bumped mistune to 0.8.1
marcink -
r2322:ef77a624 default
parent child Browse files
Show More
@@ -1043,13 +1043,13 b''
1043 };
1043 };
1044 };
1044 };
1045 mistune = super.buildPythonPackage {
1045 mistune = super.buildPythonPackage {
1046 name = "mistune-0.8";
1046 name = "mistune-0.8.1";
1047 buildInputs = with self; [];
1047 buildInputs = with self; [];
1048 doCheck = false;
1048 doCheck = false;
1049 propagatedBuildInputs = with self; [];
1049 propagatedBuildInputs = with self; [];
1050 src = fetchurl {
1050 src = fetchurl {
1051 url = "https://pypi.python.org/packages/d3/66/a45d1c7c50fd63a707cd1bd340b969523137c5284d9466c41012fe54c621/mistune-0.8.tar.gz";
1051 url = "https://pypi.python.org/packages/d6/c6/a79d71f6245a8c409a6db3ca2cb86ac657f34b3cfc92b9549b7a9489bfe0/mistune-0.8.1.tar.gz";
1052 md5 = "8bd955fe74ce37af54b16c0d9b89a2ef";
1052 md5 = "0fba2b3858a529fc6df675dc7d534bf4";
1053 };
1053 };
1054 meta = {
1054 meta = {
1055 license = [ pkgs.lib.licenses.bsdOriginal ];
1055 license = [ pkgs.lib.licenses.bsdOriginal ];
General Comments 0
You need to be logged in to leave comments. Login now