gnu: r-spacyr: Update to 1.2.1.
* gnu/packages/cran.scm (r-spacyr): Update to 1.2.1.
This commit is contained in:
parent
f4c105d44e
commit
3afdf6e440
1 changed files with 2 additions and 2 deletions
|
@ -19402,14 +19402,14 @@ (define-public r-stopwords
|
||||||
(define-public r-spacyr
|
(define-public r-spacyr
|
||||||
(package
|
(package
|
||||||
(name "r-spacyr")
|
(name "r-spacyr")
|
||||||
(version "1.2")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spacyr" version))
|
(uri (cran-uri "spacyr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xsiz6zx89vs6ykrkkp011d8fz4ksdgnf5nyaq5ynjr6zv865vks"))))
|
"1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
|
||||||
(properties `((upstream-name . "spacyr")))
|
(properties `((upstream-name . "spacyr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue