gnu: r-performance: Update to 0.4.0.

* gnu/packages/cran.scm (r-performance): Update to 0.4.0.
This commit is contained in:
Ricardo Wurmus 2019-10-27 08:33:03 +01:00
parent 18376defad
commit c60ed4d6e6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8247,14 +8247,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.3.0")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"13j74ffhx950kacs86ixx84nviq9qlwzr7hjnhkmzw2hspjxq99w"))))
"0lxpmp9smn5r3xvfik36nr608wcpmmximjh0v2sckyvjf7hnb4s0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)