python38Packages.unicode-slugify: 0.1.3 -> 0.1.5
This commit is contained in:
parent
dd7d2ee6d3
commit
9505ac25f0
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "unicode-slugify";
|
pname = "unicode-slugify";
|
||||||
version = "0.1.3";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0l7nphfdq9rgiczbl8n3mra9gx7pxap0xz540pkyz034zbz3mkrl";
|
sha256 = "25f424258317e4cb41093e2953374b3af1f23097297664731cdb3ae46f6bd6c3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six unidecode ];
|
propagatedBuildInputs = [ six unidecode ];
|
||||||
|
|
Loading…
Reference in a new issue