mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-topicmodels: Update to 0.2-16.
* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-16. [properties]: Tell updater not to remove GSL from inputs. Change-Id: I7940d546af32240b3a45bc64f7b1b2361ea8bf0f
This commit is contained in:
parent
5e7d139461
commit
10be2ba0e5
1 changed files with 6 additions and 5 deletions
|
@ -31133,18 +31133,19 @@ (define-public r-quanteda
|
|||
(define-public r-topicmodels
|
||||
(package
|
||||
(name "r-topicmodels")
|
||||
(version "0.2-15")
|
||||
(version "0.2-16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "topicmodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l3pmz6n0sd57bf3d16m9766285d2pmndmv36rf5pffpwiw0zdbi"))))
|
||||
(properties `((upstream-name . "topicmodels")))
|
||||
"01g9avk0ldqnz15n8112vad31c1n7r6rih5dh6x3383vvmjrqp0d"))))
|
||||
(properties
|
||||
'((upstream-name . "topicmodels")
|
||||
(updater-extra-inputs . ("gsl"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gsl))
|
||||
(inputs (list gsl))
|
||||
(propagated-inputs
|
||||
(list r-modeltools r-slam r-tm))
|
||||
(home-page "https://cran.r-project.org/package=topicmodels")
|
||||
|
|
Loading…
Reference in a new issue