pythonPackages.unidecode: 0.04.12 -> 0.04.18

This commit is contained in:
desiderius 2015-09-11 08:51:05 +02:00
parent 22838a8f99
commit 2cba97e1c3

View File

@ -16722,13 +16722,19 @@ let
unidecode = buildPythonPackage rec { unidecode = buildPythonPackage rec {
name = "Unidecode-0.04.12"; name = "Unidecode-0.04.18";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/U/Unidecode/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/U/Unidecode/${name}.tar.gz";
md5 = "351dc98f4512bdd2e93f7a6c498730eb"; sha256 = "12hhblqy1ajvidm38im4171x4arg83pfmziyn53nizp29p3m14gi";
}; };
preBuild = ''
export LC_ALL="en_US.UTF-8"
'';
buildInputs = [ pkgs.glibcLocales ];
meta = { meta = {
homepage = http://pypi.python.org/pypi/Unidecode/; homepage = http://pypi.python.org/pypi/Unidecode/;
description = "ASCII transliterations of Unicode text"; description = "ASCII transliterations of Unicode text";