Merge pull request #144526 from fabaff/bump-unidecode
python3Packages.unidecode: 1.3.1 -> 1.3.2
This commit is contained in:
commit
00c34f0af6
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "unidecode";
|
||||
version = "1.3.1";
|
||||
version = "1.3.2";
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
|
@ -22,7 +22,9 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "unidecode" ];
|
||||
pythonImportsCheck = [
|
||||
"unidecode"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pypi.python.org/pypi/Unidecode/";
|
||||
|
|
Loading…
Reference in a new issue