guix-commits
[Top][All Lists]
Advanced

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

66/96: gnu: r-stopwords: Update to 2.2.


From: guix-commits
Subject: 66/96: gnu: r-stopwords: Update to 2.2.
Date: Wed, 10 Feb 2021 19:06:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8cf3851512e0e2b7bcc7e5536258135a1565b658
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:55:37 2021 +0100

    gnu: r-stopwords: Update to 2.2.
    
    * gnu/packages/cran.scm (r-stopwords): Update to 2.2.
    [propagated-inputs]: Remove r-desc and r-usethis.
---
 gnu/packages/cran.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 23f8e36..1b36503 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21548,20 +21548,18 @@ character codes as well as the UN M.49 area codes.")
 (define-public r-stopwords
   (package
     (name "r-stopwords")
-    (version "2.1")
+    (version "2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "stopwords" version))
        (sha256
         (base32
-         "1g2p8gsj7xjck7idcwczgc7fmv72lzwjw00qarrj0cv44kypmiq8"))))
+         "1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn"))))
     (properties `((upstream-name . "stopwords")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-desc" ,r-desc)
-       ("r-isocodes" ,r-isocodes)
-       ("r-usethis" ,r-usethis)))
+     `(("r-isocodes" ,r-isocodes)))
     (home-page "https://github.com/quanteda/stopwords";)
     (synopsis "Multilingual stopword lists")
     (description



reply via email to

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