mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
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:
parent
dab3c841b3
commit
9b54d319e1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue