mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-quanteda: Update to 4.0.2.
* gnu/packages/cran.scm (r-quanteda): Update to 4.0.2. Change-Id: I02fbefc305e1a7673c52359da86eae77964a47bb
This commit is contained in:
parent
ae1a664241
commit
ea6f3dd9ae
1 changed files with 2 additions and 2 deletions
|
@ -31972,14 +31972,14 @@ (define-public r-snowballc
|
|||
(define-public r-quanteda
|
||||
(package
|
||||
(name "r-quanteda")
|
||||
(version "4.0.1")
|
||||
(version "4.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "quanteda" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m0iw7vm9v7dcrh9yd56kr0vagas1czqgbn2ybyxg86nwcrl73qq"))))
|
||||
"1s046p3bnf36z2mqh5ijirq7jygqj5clal3r0l3f89gr0466a75j"))))
|
||||
(properties `((upstream-name . "quanteda")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue