python: python-slugify: 3.0.6 -> 4.0.0
This commit is contained in:
parent
481af703e5
commit
597b5c90e9
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-slugify";
|
||||
version = "3.0.6";
|
||||
version = "4.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8653d589308c91c67fe5c97a2afda0cfac9492061e69c0db90d1aef68fcd2332";
|
||||
sha256 = "a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ text-unidecode ];
|
||||
|
|
Loading…
Reference in a new issue