gnu: r-performance: Update to 0.7.1.

* gnu/packages/cran.scm (r-performance): Update to 0.7.1.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:10 +02:00
parent 787a0b26e1
commit 363a669276
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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