diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-23 15:23:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-24 12:13:10 +0100 |
commit | 68807bdeaa46e2bc0b4d98824444eda1c346aa13 (patch) | |
tree | 1975acc617aaa25c0ff9718d2c387b262f80d286 /gnu | |
parent | 629132d4964ca1b104e82d256d34765609418c55 (diff) | |
download | guix-68807bdeaa46e2bc0b4d98824444eda1c346aa13.tar.gz guix-68807bdeaa46e2bc0b4d98824444eda1c346aa13.zip |
gnu: r-stopwords: Update to 2.3.
* gnu/packages/cran.scm (r-stopwords): Update to 2.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f0577d8388..0f0c6134f7 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 |