summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-23 06:01:29 -0500
committerGitHub <noreply@github.com>2020-03-23 06:01:29 -0500
commit53fa9f8ed3447e110dbd9fdce7619763c4ed908f (patch)
tree88291db27d1dd4fc5b4ff3b4b478ca70d50c95d4
parentMerge pull request #83195 from jojosch/dbeaver_7.0.1 (diff)
parentpython27Packages.cchardet: 2.1.5 -> 2.1.6 (diff)
downloadnixpkgs-53fa9f8ed3447e110dbd9fdce7619763c4ed908f.tar.gz
Merge pull request #83187 from r-ryantm/auto-update/python2.7-cchardet
python27Packages.cchardet: 2.1.5 -> 2.1.6
-rw-r--r--pkgs/development/python-modules/cchardet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/cchardet/default.nix b/pkgs/development/python-modules/cchardet/default.nix
index 1fb506682baf..5256d6050490 100644
--- a/pkgs/development/python-modules/cchardet/default.nix
+++ b/pkgs/development/python-modules/cchardet/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "cchardet";
- version = "2.1.5";
+ version = "2.1.6";
src = fetchPypi {
inherit pname version;
- sha256 = "240efe3f255f916769458343840b9c6403cf3192720bc5129792cbcb88bf72fb";
+ sha256 = "1cs6y59qhbal8fgbyjk2lpjykh8kfjhq16clfssylsddb4hgnsmp";
};
checkInputs = [ nose ];
@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "High-speed universal character encoding detector";
- homepage = https://github.com/PyYoshi/cChardet;
+ homepage = "https://github.com/PyYoshi/cChardet";
license = lib.licenses.mpl11;
maintainers = with lib.maintainers; [ ivan ];
};