Merge pull request #142442 from r-ryantm/auto-update/python38Packages.unicode-slugify

python38Packages.unicode-slugify: 0.1.3 -> 0.1.5
conduit-nginx
Fabian Affolter 2021-10-21 08:56:41 +02:00 committed by GitHub
commit d9b7c27119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "unicode-slugify";
version = "0.1.3";
version = "0.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "0l7nphfdq9rgiczbl8n3mra9gx7pxap0xz540pkyz034zbz3mkrl";
sha256 = "25f424258317e4cb41093e2953374b3af1f23097297664731cdb3ae46f6bd6c3";
};
propagatedBuildInputs = [ six unidecode ];