me
/
guix
Archived
1
0
Fork 0

gnu: r-brms: Update to 2.15.0.

* gnu/packages/cran.scm (r-brms): Update to 2.15.0.
master
Ricardo Wurmus 2021-03-15 13:41:51 +01:00
parent 7bd5a64303
commit b0036b407c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24118,14 +24118,14 @@ vignette for more information and examples.")
(define-public r-brms
(package
(name "r-brms")
(version "2.14.4")
(version "2.15.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "brms" version))
(sha256
(base32
"0mzwihhgmn405l6zq11a180q4k3chggj9qj0j7q838b9vrszg59j"))))
"0byc3fyvf9qbvvgwf55ih5d4br1nnxlbaidq9fvr11bmv38h25y1"))))
(properties `((upstream-name . "brms")))
(build-system r-build-system)
(propagated-inputs