python: python-slugify: 4.0.0 -> 4.0.1

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:45 +02:00
parent 24ba51514f
commit b409d25c71

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-slugify";
version = "4.0.0";
version = "4.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c";
sha256 = "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270";
};
propagatedBuildInputs = [ text-unidecode ];