mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
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:
parent
e57817c472
commit
cb11325a18
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue