mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.chardet: 2.1.1 -> 2.3.0
This commit is contained in:
parent
ff5c859460
commit
9fa25759cc
1 changed files with 2 additions and 2 deletions
|
@ -7244,11 +7244,11 @@ in modules // {
|
|||
};
|
||||
|
||||
chardet = buildPythonPackage rec {
|
||||
name = "chardet-2.1.1";
|
||||
name = "chardet-2.3.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/c/chardet/${name}.tar.gz";
|
||||
md5 = "295367fd210d20f3febda615a88e1ef0";
|
||||
md5 = "25274d664ccb5130adae08047416e1a8";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue