me
/
guix
Archived
1
0
Fork 0

gnu: r-bayestestr: Update to 0.2.2.

* gnu/packages/cran.scm (r-bayestestr): Update to 0.2.2.
master
Ricardo Wurmus 2019-06-29 01:25:39 +02:00
parent 992e03d209
commit a634a76a06
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7929,14 +7929,14 @@ differentiation.")
(define-public r-bayestestr
(package
(name "r-bayestestr")
(version "0.2.0")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "bayestestR" version))
(sha256
(base32
"0729j4fdxkkvmh99nmny38dywidzgmipdjqbi2ljxygsn4jg7ysy"))))
"09r654lrhwwnshn5h2s2fbx3c8wigv3j4sva5hmfnkwjg8cclhd9"))))
(properties `((upstream-name . "bayestestR")))
(build-system r-build-system)
(propagated-inputs