python310Packages.unidecode: 1.3.2 -> 1.3.4

main
Fabian Affolter 2 years ago committed by Jonathan Ringer
parent fe428eb0b7
commit d07a5a3349
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 7
      pkgs/development/python-modules/unidecode/default.nix

@ -7,7 +7,8 @@
buildPythonPackage rec {
pname = "unidecode";
version = "1.3.2";
version = "1.3.4";
format = "setuptools";
disabled = pythonOlder "3.5";
@ -15,7 +16,7 @@ buildPythonPackage rec {
owner = "avian2";
repo = pname;
rev = "${pname}-${version}";
sha256 = "07789mrq0gjxrg1b9a3ypzzfww224sbj25wl0h9nik22sjwi8qhh";
hash = "sha256-2LRV6Egst2bdxefEzfuA9Ef8zMSWvmlCEV/sIzezyPw=";
};
checkInputs = [
@ -27,8 +28,8 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://pypi.python.org/pypi/Unidecode/";
description = "ASCII transliterations of Unicode text";
homepage = "https://pypi.python.org/pypi/Unidecode/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar ];
};

Loading…
Cancel
Save