gnu: r-performance: Update to 0.8.0.

* gnu/packages/cran.scm (r-performance): Update to 0.8.0.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:24 +00:00
parent 4b20190e11
commit 250e885841
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11427,14 +11427,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.7.3")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"03qdsdl4x3hwqlbs7hlqb73xypd13p5zj519y0zcydqkf25391sp"))))
"1xjjnhqmwfflm5yfgjhycjn0fj0manvsvkk2ppifn0373bajp5n2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)