mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-quanteda: Update to 3.3.1.
* gnu/packages/cran.scm (r-quanteda): Update to 3.3.1.
This commit is contained in:
parent
e9dc2ed219
commit
51f686edd8
1 changed files with 2 additions and 2 deletions
|
@ -29219,14 +29219,14 @@ (define-public r-snowballc
|
|||
(define-public r-quanteda
|
||||
(package
|
||||
(name "r-quanteda")
|
||||
(version "3.3.0")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "quanteda" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19b36r1fd493mfcjp58fd986kgyhd2q396il8gb1cpa5cfpny983"))))
|
||||
"0rj13m0fmk0h9akmqwwp7nkwrvym7sj97jgvjr4mvi3sglq451b2"))))
|
||||
(properties `((upstream-name . "quanteda")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue