mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-snowballc: Update to 0.7.0.
* gnu/packages/cran.scm (r-snowballc): Update to 0.7.0.
This commit is contained in:
parent
fdc9377775
commit
1d2e270e3e
1 changed files with 2 additions and 2 deletions
|
@ -19533,14 +19533,14 @@ (define-public r-spacyr
|
|||
(define-public r-snowballc
|
||||
(package
|
||||
(name "r-snowballc")
|
||||
(version "0.6.0")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SnowballC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b7pqdavf5jbf8si4ybnii5fff39p3b1rb5rym05j8s48hs7sqb1"))))
|
||||
"1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
|
||||
(properties `((upstream-name . "SnowballC")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://r-forge.r-project.org/projects/r-temis/")
|
||||
|
|
Loading…
Reference in a new issue