fix typos: beautifulSoup instead of beautifulSoap
authored by: chaoflow, goibhniu svn path=/nixpkgs/branches/stdenv-updates/; revision=32622
This commit is contained in:
parent
c8dc35ac72
commit
944083026b
|
@ -136,8 +136,8 @@ let pythonPackages = python.modules // rec {
|
||||||
propagatedBuildInputs = [logilabCommon];
|
propagatedBuildInputs = [logilabCommon];
|
||||||
};
|
};
|
||||||
|
|
||||||
beautifulsoap = buildPythonPackage (rec {
|
beautifulsoup = buildPythonPackage (rec {
|
||||||
name = "beautifulsoap-3.0.8";
|
name = "beautifulsoup-3.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.0.8.tar.gz";
|
url = "http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.0.8.tar.gz";
|
||||||
|
|
Loading…
Reference in New Issue