mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-mcmcpack: Update to 1.7-0.
* gnu/packages/cran.scm (r-mcmcpack): Update to 1.7-0. Change-Id: I2e480dee05c23158b9ab58de5f9a90e623a7f6b2
This commit is contained in:
parent
899ee468d3
commit
306fa840ed
1 changed files with 2 additions and 2 deletions
|
@ -25454,14 +25454,14 @@ (define-public r-text2vec
|
|||
(define-public r-mcmcpack
|
||||
(package
|
||||
(name "r-mcmcpack")
|
||||
(version "1.6-3")
|
||||
(version "1.7-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MCMCpack" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cwdjn43b9hxpxf9mnas583myhk6r2258mh57f0zsc8bd4hbl56b"))))
|
||||
"1vsx0hs8v0928lhkf2jhwc2cwq7bdb5iciibkbfc2zh123bp6q44"))))
|
||||
(properties `((upstream-name . "MCMCpack")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue