guix-commits
[Top][All Lists]
Advanced

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

88/112: gnu: r-stopwords: Update to 2.1.


From: guix-commits
Subject: 88/112: gnu: r-stopwords: Update to 2.1.
Date: Wed, 9 Dec 2020 16:06:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fccc5ac29a36fd35822a5bee5cf447119001bd6a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 22:00:10 2020 +0100

    gnu: r-stopwords: Update to 2.1.
    
    * gnu/packages/cran.scm (r-stopwords): Update to 2.1.
---
 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 48d83b2..95f6256 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20867,14 +20867,14 @@ character codes as well as the UN M.49 area codes.")
 (define-public r-stopwords
   (package
     (name "r-stopwords")
-    (version "2.0")
+    (version "2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "stopwords" version))
        (sha256
         (base32
-         "155g00ansyqfpp1mzd2q6mn0k214xinf78nww2368h24kz761jjw"))))
+         "1g2p8gsj7xjck7idcwczgc7fmv72lzwjw00qarrj0cv44kypmiq8"))))
     (properties `((upstream-name . "stopwords")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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