gnu: r-brms: Update to 2.14.0.

* gnu/packages/cran.scm (r-brms): Update to 2.14.0.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:43:44 +01:00
parent d13123aac1
commit 6058241bf4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -22432,14 +22432,14 @@ included in this package as well.")
(define-public r-brms
(package
(name "r-brms")
(version "2.13.5")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "brms" version))
(sha256
(base32
"0a2m5wr134sxflmiq5jzvanzn81fv7xndy9gyvrq3bay9vakic69"))))
"0s8dl1xm3bpivfv3hw94zv9cifjg8cgs5137yd8d755kc2v0fdmf"))))
(properties `((upstream-name . "brms")))
(build-system r-build-system)
(propagated-inputs