Archived
1
0
Fork 0

gnu: r-stopwords: Update to 2.3.

* gnu/packages/cran.scm (r-stopwords): Update to 2.3.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:29 +01:00
parent 629132d496
commit 68807bdeaa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23797,14 +23797,14 @@ character codes as well as the UN M.49 area codes.")
(define-public r-stopwords (define-public r-stopwords
(package (package
(name "r-stopwords") (name "r-stopwords")
(version "2.2") (version "2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "stopwords" version)) (uri (cran-uri "stopwords" version))
(sha256 (sha256
(base32 (base32
"1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn")))) "1ci1cgxrcvlhhplximsfv0plvjdbcd5kv0nphxnpildsn5m1rv65"))))
(properties `((upstream-name . "stopwords"))) (properties `((upstream-name . "stopwords")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs