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>master
parent
e57817c472
commit
cb11325a18
|
@ -4581,13 +4581,13 @@ Python.")
|
||||||
(define-public python-slugify
|
(define-public python-slugify
|
||||||
(package
|
(package
|
||||||
(name "python-slugify")
|
(name "python-slugify")
|
||||||
(version "4.0.1")
|
(version "5.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-slugify" version))
|
(uri (pypi-uri "python-slugify" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
|
(base32 "1aww2ncglyii4jkbfjxqhinivawf9zmwifcj32d69gpwp6h86czi"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-unidecode" ,python-unidecode)))
|
`(("python-unidecode" ,python-unidecode)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue