gnu: python-slugify: Update to 4.0.1.

* gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-web.scm (python-slugify): Update to 4.0.1. [source] Drop patch.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2020-07-27 22:08:16 +02:00 committed by Marius Bakke
parent 4fae4f9aab
commit 4da627a3ff
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 2 additions and 27 deletions

View file

@ -3522,15 +3522,13 @@ Python.")
(define-public python-slugify
(package
(name "python-slugify")
(version "3.0.4")
(version "4.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-slugify" version))
(sha256
(base32 "0dv97yi5fq074q5qyqbin09pmi8ixg36caf5nkpw2bqkd8jh6pap"))
(patches
(search-patches "python-slugify-depend-on-unidecode.patch"))))
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
(native-inputs
`(("python-wheel" ,python-wheel)))
(propagated-inputs