gnu: r-quanteda: Update to 3.2.3.

* gnu/packages/cran.scm (r-quanteda): Update to 3.2.3.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:18 +02:00
parent 96a3a300c6
commit 8643467fe3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25610,14 +25610,14 @@ (define-public r-snowballc
(define-public r-quanteda
(package
(name "r-quanteda")
(version "3.2.2")
(version "3.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "quanteda" version))
(sha256
(base32
"0qb5yl2bxh6mq4xnjviqv8hfy9fxnx4hmxf06icwldpgx15afa31"))))
"1blk9nhydvqyyz0kzhph7nh7ahcjzflmgyr4sv8fx5bpmn4hwjzk"))))
(properties `((upstream-name . "quanteda")))
(build-system r-build-system)
(propagated-inputs