rekado pushed a commit to branch master
in repository guix.

commit 6058241bf4f82cdc3fc36d3230f70b14b2eadd55
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:43:44 2020 +0100

    gnu: r-brms: Update to 2.14.0.
    
    * gnu/packages/cran.scm (r-brms): Update to 2.14.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f9d6d9e..5476526 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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

Reply via email to