Merge pull request #83187 from r-ryantm/auto-update/python2.7-cchardet
python27Packages.cchardet: 2.1.5 -> 2.1.6
This commit is contained in:
commit
53fa9f8ed3
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cchardet";
|
pname = "cchardet";
|
||||||
version = "2.1.5";
|
version = "2.1.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "240efe3f255f916769458343840b9c6403cf3192720bc5129792cbcb88bf72fb";
|
sha256 = "1cs6y59qhbal8fgbyjk2lpjykh8kfjhq16clfssylsddb4hgnsmp";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "High-speed universal character encoding detector";
|
description = "High-speed universal character encoding detector";
|
||||||
homepage = https://github.com/PyYoshi/cChardet;
|
homepage = "https://github.com/PyYoshi/cChardet";
|
||||||
license = lib.licenses.mpl11;
|
license = lib.licenses.mpl11;
|
||||||
maintainers = with lib.maintainers; [ ivan ];
|
maintainers = with lib.maintainers; [ ivan ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user