me
/
guix
Archived
1
0
Fork 0

gnu: python-slugify: Update to 3.0.4.

* gnu/packages/python-web.scm (python-slugify): Update to 3.0.4.
* gnu/packages/patches/python-slugify-depend-on-unidecode.patch:
Adjust accordingly.
master
Tobias Geerinckx-Rice 2019-09-23 16:43:18 +02:00
parent bfe194b533
commit aa686627ac
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
2 changed files with 4 additions and 5 deletions

View File

@ -6,8 +6,8 @@ index 4800173..6bdd77f 100755
author = 'Val Neekman' author = 'Val Neekman'
author_email = 'info@neekware.com' author_email = 'info@neekware.com'
license = 'MIT' license = 'MIT'
-install_requires = ['text-unidecode==1.2'] -install_requires = ['text-unidecode>=1.3']
-extras_require = {'unidecode': ['Unidecode==1.0.23']} -extras_require = {'unidecode': ['Unidecode>=1.1.1']}
+install_requires = ['Unidecode'] +install_requires = ['Unidecode']
classifiers = [ classifiers = [

View File

@ -3219,14 +3219,13 @@ Python.")
(define-public python-slugify (define-public python-slugify
(package (package
(name "python-slugify") (name "python-slugify")
(version "3.0.2") (version "3.0.4")
(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 (base32 "0dv97yi5fq074q5qyqbin09pmi8ixg36caf5nkpw2bqkd8jh6pap"))
"0n6pfmsq899c54plpvzi46l7zrpa3zfpm8im6h32czjw6kxky5jp"))
(patches (patches
(search-patches "python-slugify-depend-on-unidecode.patch")))) (search-patches "python-slugify-depend-on-unidecode.patch"))))
(native-inputs (native-inputs