~ruther/guix-local

248a792b57e200ecf956e16c70dc3f3185e777ab — Ricardo Wurmus 4 months ago a0f38c5
gnu: r-bayesplot: Update to 1.15.0.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.15.0.

Change-Id: Iab3c540cf10fdcda7cf648a0c4f8e6c4a831879d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 29367,14 29367,14 @@ correlation, censored, ordered and multivariate problems.")
(define-public r-bayesplot
  (package
    (name "r-bayesplot")
    (version "1.14.0")
    (version "1.15.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "bayesplot" version))
       (sha256
        (base32
         "0jkj14xqfl8zzsf9zpc8m6m5rg30c75dmf46g9nwf5biknimgmip"))))
         "172754kamdjgbpzci4br4iysmn1a4zcsjghsj7dy6rpa5wr9jjhi"))))
    (properties
     ;; Avoid dependency cycle.
     '((updater-ignored-native-inputs . ("r-rstanarm"))))