mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-posterior: Update to 1.4.1.
* gnu/packages/cran.scm (r-posterior): Update to 1.4.1.
This commit is contained in:
parent
541540eace
commit
6ee4024334
1 changed files with 2 additions and 2 deletions
|
@ -30582,14 +30582,14 @@ (define-public r-distributional
|
|||
(define-public r-posterior
|
||||
(package
|
||||
(name "r-posterior")
|
||||
(version "1.3.1")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "posterior" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yjdjdr4ifssnml1niqyxs6jsqpci8rx8va0pinyhjx2j017h03h"))))
|
||||
"1lsqpczf8ll8m1a99kwmxdjm8wpavlqw88qha82s3438ipx5729b"))))
|
||||
(properties `((upstream-name . "posterior")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue