gnu: r-bayestestr: Update to 0.11.5.

* gnu/packages/cran.scm (r-bayestestr): Update to 0.11.5.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:16 +01:00
parent 2ced098512
commit 3da3edfb9f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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