mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-compositions: Update to 1.40-3.
* gnu/packages/cran.scm (r-compositions): Update to 1.40-3. [propagated-inputs]: Remove r-energy.
This commit is contained in:
parent
7a932a4039
commit
288c9f2be2
1 changed files with 2 additions and 3 deletions
|
@ -11734,18 +11734,17 @@ (define-public r-rarpack
|
|||
(define-public r-compositions
|
||||
(package
|
||||
(name "r-compositions")
|
||||
(version "1.40-2")
|
||||
(version "1.40-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "compositions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12mp05yi7jkdqg9iwh6bc9sx6sdxagcnrirznxy9hq8502p7238i"))))
|
||||
"103hbmibrf1n333pn4xpll1gqqsv4szms0n5gdq7zak31aar0bg4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bayesm" ,r-bayesm)
|
||||
("r-energy" ,r-energy)
|
||||
("r-robustbase" ,r-robustbase)
|
||||
("r-tensora" ,r-tensora)))
|
||||
(home-page "http://www.stat.boogaart.de/compositions")
|
||||
|
|
Loading…
Reference in a new issue