python: python-slugify: 4.0.0 -> 4.0.1
This commit is contained in:
parent
24ba51514f
commit
b409d25c71
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-slugify";
|
pname = "python-slugify";
|
||||||
version = "4.0.0";
|
version = "4.0.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c";
|
sha256 = "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ text-unidecode ];
|
propagatedBuildInputs = [ text-unidecode ];
|
||||||
|
Loading…
Reference in New Issue
Block a user