gnu: python-slugify: Update to 5.0.2.

* gnu/packages/python-web.scm (python-slugify): Update to 5.0.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
jgart 2021-10-22 04:06:17 -04:00 committed by Ludovic Courtès
parent e57817c472
commit cb11325a18
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4581,13 +4581,13 @@ (define-public python-ws4py
(define-public python-slugify
(package
(name "python-slugify")
(version "4.0.1")
(version "5.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-slugify" version))
(sha256
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
(base32 "1aww2ncglyii4jkbfjxqhinivawf9zmwifcj32d69gpwp6h86czi"))))
(propagated-inputs
`(("python-unidecode" ,python-unidecode)))
(arguments