##// END OF EJS Templates
dependencies: bumped beautifulsoup4 to 4.6.1
marcink -
r498:b5ce28ea default
parent child Browse files
Show More
@@ -38,11 +38,11 b' self: super: {'
38 };
38 };
39 };
39 };
40 "beautifulsoup4" = super.buildPythonPackage {
40 "beautifulsoup4" = super.buildPythonPackage {
41 name = "beautifulsoup4-4.6.0";
41 name = "beautifulsoup4-4.6.1";
42 doCheck = false;
42 doCheck = false;
43 src = fetchurl {
43 src = fetchurl {
44 url = "https://files.pythonhosted.org/packages/fa/8d/1d14391fdaed5abada4e0f63543fef49b8331a34ca60c88bd521bcf7f782/beautifulsoup4-4.6.0.tar.gz";
44 url = "https://files.pythonhosted.org/packages/8e/37/84b216b36760d157ea81ad7cba48ba2052abe54c604784e7b04668fcb281/beautifulsoup4-4.6.1.tar.gz";
45 sha256 = "12cf0ygpz9srpfh9gx2f9ba0swa1rzypv3sm4r0hmjyw6b4nm2w0";
45 sha256 = "1ynvk89cdall0ammpm5n7rhfl3dn46l3vi3h63bar1i8dnra6hxx";
46 };
46 };
47 meta = {
47 meta = {
48 license = [ pkgs.lib.licenses.mit ];
48 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now