me
/
guix
Archived
1
0
Fork 0

gnu: r-brms: Update to 2.16.1.

* gnu/packages/cran.scm (r-brms): Update to 2.16.1.
master
Ricardo Wurmus 2021-09-29 15:33:30 +02:00
parent 8838350a12
commit 9b497264e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25918,14 +25918,14 @@ inference diagnostics.
(define-public r-brms
(package
(name "r-brms")
(version "2.16.0")
(version "2.16.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "brms" version))
(sha256
(base32
"14ykj7h0pzyzsyd1c46ybapsz3aqnffjih5hm7khfa5jk05wbs7a"))))
"1i0vkkfziac29vncw4igja5m7a6rhw9rqwifrw3y47q6zgczp7kl"))))
(properties `((upstream-name . "brms")))
(build-system r-build-system)
(propagated-inputs