gnu: r-stopwords: Update to 2.1.

* gnu/packages/cran.scm (r-stopwords): Update to 2.1.
This commit is contained in:
Ricardo Wurmus 2020-12-09 22:00:10 +01:00
parent cdbe38c682
commit fccc5ac29a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20867,14 +20867,14 @@ (define-public r-isocodes
(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