python: text-unidecode: 1.2 -> 1.3

This commit is contained in:
Frederik Rietdijk 2019-10-17 09:45:02 +02:00
parent fd5e7da1f8
commit c8b017c289

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "text-unidecode";
version = "1.2";
version = "1.3";
src = fetchPypi {
inherit pname version;
sha256 = "5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d";
sha256 = "bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93";
};
checkInputs = [ pytest ];