mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-posterior: Update to 1.6.0.
* gnu/packages/cran.scm (r-posterior): Update to 1.6.0. Change-Id: If7cc7896e88f24935c762d98348fbab64926da85
This commit is contained in:
parent
7a9fef5a63
commit
0ac47079d3
1 changed files with 2 additions and 2 deletions
|
@ -34735,14 +34735,14 @@ (define-public r-distributional
|
|||
(define-public r-posterior
|
||||
(package
|
||||
(name "r-posterior")
|
||||
(version "1.5.0")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "posterior" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pp233ddrs116w1rmp3khhmibjf6l021b1x79k6z48g3r9zk042a"))))
|
||||
"037l1cav2vglcd2pgp8n89apfpsb3822mhzmdsxf7a0mzcwjlq9l"))))
|
||||
(properties `((upstream-name . "posterior")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue