python: python-slugify: 3.0.6 -> 4.0.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:45 +02:00
parent 481af703e5
commit 597b5c90e9

View file

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