gnu: python-snowballstemmer: Update to 2.0.0.

* gnu/packages/python-xyz.scm (python-snowballstemmer): Update to 2.0.0.
This commit is contained in:
Marius Bakke 2020-02-12 20:04:55 +01:00
parent dab3c841b3
commit 9b54d319e1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11580,13 +11580,13 @@ focus on building massively scalable web applications.")
(define-public python-snowballstemmer (define-public python-snowballstemmer
(package (package
(name "python-snowballstemmer") (name "python-snowballstemmer")
(version "1.2.1") (version "2.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "snowballstemmer" version)) (uri (pypi-uri "snowballstemmer" version))
(sha256 (sha256
(base32 (base32
"0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi")))) "0ligk61idlz8kkgd5hpip5whm172riwglb6xydii7h62yhysqfyz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(;; No tests exist `(;; No tests exist