python3Packages.unidecode: 1.3.1 -> 1.3.2

This commit is contained in:
Fabian Affolter 2021-11-03 20:39:04 +01:00
parent 481afad265
commit 4055c5b38c

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