gnu: r-performance: Update to 0.7.0.

* gnu/packages/cran.scm (r-performance): Update to 0.7.0.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:54:04 +01:00
parent 56b4c4e65e
commit 4585cbcbeb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10066,14 +10066,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.6.1")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"0wz2zc98r99pg6r4l09qxxzv1fwxwp1md6wmhay401568kd8h5zn"))))
"1z45vy8gg77c2imcspwqf94anzi6c40wwbq0h7hg6zy76jsgvbyj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)