gnu: r-bayestestr: Update to 0.12.1.

* gnu/packages/cran.scm (r-bayestestr): Update to 0.12.1.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:26 +02:00
parent 142ce27e7a
commit 50f2249e19
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12329,14 +12329,14 @@ (define-public r-glmmtmb
(define-public r-bayestestr
(package
(name "r-bayestestr")
(version "0.11.5")
(version "0.12.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "bayestestR" version))
(sha256
(base32
"0lz8mzacxgmll576p88654mrvlk4pzvhwwghvn5pm7zxisgx0kq0"))))
"1fbkpagc5zznrafy7h68nhx43a1yg4v7242pbqjkd0h2481c101z"))))
(properties `((upstream-name . "bayestestR")))
(build-system r-build-system)
(propagated-inputs