[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70400] [PATCH 4/7] gnu: python-snowballstemmer: Update to 2.2.0.
From: |
Jonathan Pieper |
Subject: |
[bug#70400] [PATCH 4/7] gnu: python-snowballstemmer: Update to 2.2.0. |
Date: |
Mon, 15 Apr 2024 19:45:07 +0200 |
* gnu/packages/python-xyz.scm (python-snowballstemmer): Update to 2.2.0.
---
gnu/packages/python-xyz.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e0817e4c9d..82833e876b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22562,20 +22562,21 @@ (define-public python-random2
(define-public python-snowballstemmer
(package
(name "python-snowballstemmer")
- (version "2.0.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "snowballstemmer" version))
- (sha256
- (base32
- "0ligk61idlz8kkgd5hpip5whm172riwglb6xydii7h62yhysqfyz"))))
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "snowballstemmer" version))
+ (sha256
+ (base32 "1ccwy75i0f5yi1vy6fyvr1gf43ydhjani45mswm43ls7hpmnvc89"))))
(build-system python-build-system)
(arguments
- `(;; No tests exist
- #:tests? #f))
+ `( ;No tests exist
+ #:tests? #f))
(home-page "https://github.com/shibukawa/snowball_py")
(synopsis "Snowball stemming library collection for Python")
- (description "This package provides 16 word stemmer algorithms generated
+ (description
+ "This package provides 16 word stemmer algorithms generated
from Snowball algorithms. It includes the 15 original ones plus the
Poerter
English stemmer.")
(license license:bsd-3)))
--
2.41.0
- [bug#70400] [PATCH] Update python-lsp-server, Jonathan Pieper, 2024/04/15
- [bug#70400] [PATCH 1/7] gnu: Add python-docstring-to-markdown., Jonathan Pieper, 2024/04/15
- [bug#70400] [PATCH 4/7] gnu: python-snowballstemmer: Update to 2.2.0.,
Jonathan Pieper <=
- [bug#70400] [PATCH 2/7] gnu: Add python-pytoolconfig., Jonathan Pieper, 2024/04/15
- [bug#70400] [PATCH 5/7] gnu: python-pydocstyle: Update to 6.3.0., Jonathan Pieper, 2024/04/15
- [bug#70400] [PATCH 7/7] gnu: python-lsp-server: Update to 1.11.0., Jonathan Pieper, 2024/04/15
- [bug#70400] [PATCH 3/7] gnu: python-lsp-jsonrpc: Update to 1.1.2., Jonathan Pieper, 2024/04/15
- [bug#70400] [PATCH 6/7] gnu: python-rope: Update to 1.13.0., Jonathan Pieper, 2024/04/15