guix-commits
[Top][All Lists]
Advanced

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

73/115: gnu: r-stopwords: Update to 2.3.


From: guix-commits
Subject: 73/115: gnu: r-stopwords: Update to 2.3.
Date: Tue, 23 Nov 2021 10:26:59 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit ac389020f498a93af5e47ff3757cbf3336602ffc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:29 2021 +0100

    gnu: r-stopwords: Update to 2.3.
    
    * gnu/packages/cran.scm (r-stopwords): Update to 2.3.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f0577d8..0f0c613 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23797,14 +23797,14 @@ character codes as well as the UN M.49 area codes.")
 (define-public r-stopwords
   (package
     (name "r-stopwords")
-    (version "2.2")
+    (version "2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "stopwords" version))
        (sha256
         (base32
-         "1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn"))))
+         "1ci1cgxrcvlhhplximsfv0plvjdbcd5kv0nphxnpildsn5m1rv65"))))
     (properties `((upstream-name . "stopwords")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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