mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-compositions: Update to 2.0-1.
* gnu/packages/cran.scm (r-compositions): Update to 2.0-1.
This commit is contained in:
parent
70cf7268ea
commit
289271ebd1
1 changed files with 2 additions and 2 deletions
|
@ -13261,14 +13261,14 @@ (define-public r-rarpack
|
|||
(define-public r-compositions
|
||||
(package
|
||||
(name "r-compositions")
|
||||
(version "2.0-0")
|
||||
(version "2.0-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "compositions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xsx4n699q2r4pk2jrvifi3wi49lih7d1j3j6qgqqd31brg53jqr"))))
|
||||
"03qslsfx11gshls901zlhw47prd55mf16w4mkmd8x1dgiwq938l4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bayesm" ,r-bayesm)
|
||||
|
|
Loading…
Reference in a new issue