guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

34/46: gnu: python-snowballstemmer: Update to 2.0.0.


From: guix-commits
Subject: 34/46: gnu: python-snowballstemmer: Update to 2.0.0.
Date: Fri, 14 Feb 2020 12:41:05 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 9b54d319e1ffc4f582816eaad6ee9c8827ef23ce
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 20:04:55 2020 +0100

    gnu: python-snowballstemmer: Update to 2.0.0.
    
    * gnu/packages/python-xyz.scm (python-snowballstemmer): Update to 2.0.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3ebfb86..a5829ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11580,13 +11580,13 @@ focus on building massively scalable web 
applications.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]