Merge pull request #144526 from fabaff/bump-unidecode

python3Packages.unidecode: 1.3.1 -> 1.3.2
This commit is contained in:
Fabian Affolter 2021-11-09 00:15:16 +01:00 committed by GitHub
commit 00c34f0af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/";