mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05: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 @@ (define-public python-nautilus
|
|||
(define-public python-snowballstemmer
|
||||
(package
|
||||
(name "python-snowballstemmer")
|
||||
(version "1.2.1")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "snowballstemmer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi"))))
|
||||
"0ligk61idlz8kkgd5hpip5whm172riwglb6xydii7h62yhysqfyz"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; No tests exist
|
||||
|
|
Loading…
Reference in a new issue