fix typos: beautifulSoup instead of beautifulSoap

authored by: chaoflow, goibhniu

svn path=/nixpkgs/branches/stdenv-updates/; revision=32622
This commit is contained in:
Florian Friesdorf 2012-02-27 17:33:44 +00:00
parent c8dc35ac72
commit 944083026b

View file

@ -136,8 +136,8 @@ let pythonPackages = python.modules // rec {
propagatedBuildInputs = [logilabCommon];
};
beautifulsoap = buildPythonPackage (rec {
name = "beautifulsoap-3.0.8";
beautifulsoup = buildPythonPackage (rec {
name = "beautifulsoup-3.0.8";
src = fetchurl {
url = "http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.0.8.tar.gz";