gnu: r-compositions: Update to 2.0-2.
* gnu/packages/cran.scm (r-compositions): Update to 2.0-2.
This commit is contained in:
parent
f04f40880c
commit
d57de3da9c
1 changed files with 2 additions and 2 deletions
|
@ -14763,14 +14763,14 @@ users of rARPACK are advised to switch to the RSpectra package.")
|
||||||
(define-public r-compositions
|
(define-public r-compositions
|
||||||
(package
|
(package
|
||||||
(name "r-compositions")
|
(name "r-compositions")
|
||||||
(version "2.0-1")
|
(version "2.0-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "compositions" version))
|
(uri (cran-uri "compositions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03qslsfx11gshls901zlhw47prd55mf16w4mkmd8x1dgiwq938l4"))))
|
"05pji62pzgfk9dyiybmr16q0h6mdzsmvyzxdni3hn0dvl4a7mr5m"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bayesm" ,r-bayesm)
|
`(("r-bayesm" ,r-bayesm)
|
||||||
|
|
Reference in a new issue