mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-compositions: Update to 1.40-5.
* gnu/packages/cran.scm (r-compositions): Update to 1.40-5.
This commit is contained in:
parent
96cda4517d
commit
e1e73f6b0e
1 changed files with 2 additions and 2 deletions
|
@ -12076,14 +12076,14 @@ (define-public r-rarpack
|
|||
(define-public r-compositions
|
||||
(package
|
||||
(name "r-compositions")
|
||||
(version "1.40-4")
|
||||
(version "1.40-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "compositions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z40llyij3cc80ac1vzzrpykk6ysp89bn6dyyh40fbnc4anwx69a"))))
|
||||
"0l9ayz2nb2wqhl7v9hkfl7pd950ba0h6hma8zqncbcxh6xh2k7l7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bayesm" ,r-bayesm)
|
||||
|
|
Loading…
Reference in a new issue