gnu: r-performance: Update to 0.6.0.

* gnu/packages/cran.scm (r-performance): Update to 0.6.0.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:58:18 +01:00
parent 2c9a5c0620
commit 5af35b3acf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9572,14 +9572,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.5.1")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1vkc87vbhw7l626pdnpiravnpsa5j0iv73lbwy3m309lnfvv0cqx"))))
"0ai1pp6k0pmmjgpj7hc53s0h258c4mljln8lv3nd9r7kzrmic0gc"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)